Skip to content

Commit

Permalink
remove success=True in test
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankongdeguiji committed Sep 30, 2024
1 parent 8a95f19 commit 8ff0836
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tzrec/tests/train_eval_export_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,6 @@ def test_tdm_train_eval_export(self):
item_id="item_id",
embedding_field="item_emb",
)
self.success = True
if self.success:
with open(os.path.join(self.test_dir, "init_tree/node_table.txt")) as f:
for line_number, line in enumerate(f):
Expand Down

0 comments on commit 8ff0836

Please sign in to comment.