Skip to content

Commit

Permalink
polish code
Browse files Browse the repository at this point in the history
  • Loading branch information
zjowowen committed Aug 11, 2023
1 parent 32a27db commit f6dda29
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ding/framework/middleware/tests/test_distributer.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,3 @@ def pred(ctx):
@pytest.mark.tmp
def test_periodical_model_exchanger():
Parallel.runner(n_parallel_workers=2, startup_interval=0)(periodical_model_exchanger_main)

Check warning on line 269 in ding/framework/middleware/tests/test_distributer.py

View check run for this annotation

Codecov / codecov/patch

ding/framework/middleware/tests/test_distributer.py#L269

Added line #L269 was not covered by tests


if __name__ == "__main__":
#test_model_exchanger()
test_periodical_model_exchanger()

0 comments on commit f6dda29

Please sign in to comment.