Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
Signed-off-by: zjgemi <liuxin_zijian@163.com>
  • Loading branch information
zjgemi committed Aug 1, 2024
1 parent bdbba50 commit 351b7a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/op/test_run_dp_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,6 @@ def test_exec_v2_finetune_train_init(self, mocked_run):
)
with open(out["script"]) as fp:
jdata = json.load(fp)
print("jdata", jdata)
self.assertDictEqual(jdata, self.expected_init_model_odict_v2)


Expand Down

0 comments on commit 351b7a4

Please sign in to comment.