Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 11, 2020
1 parent c253a32 commit 4a22587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/deprecated_api/test_remove_1-3.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def test_tbd_remove_in_v1_3_0_metrics():
torch.randint(10, 20, (50,)).float(),
torch.randint(1, 100, (50,)).float())


# TODO: remove bool from Trainer.profiler param in v1.3.0, update profiler_connector.py
@pytest.mark.parametrize(['profiler', 'expected'], [
(True, SimpleProfiler),
Expand Down

0 comments on commit 4a22587

Please sign in to comment.