Skip to content

Commit

Permalink
Update tests/unittests/bases/test_metric.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SkafteNicki authored Mar 7, 2023
1 parent 3ce033c commit cfee14a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unittests/bases/test_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,6 @@ def test_device_and_dtype_transfer(tmpdir):
assert metric.x.dtype == torch.float16
metric.reset()
assert metric.x.dtype == torch.float16
import pdb

pdb.set_trace()


def test_disable_of_normal_dtype_methods():
Expand Down

0 comments on commit cfee14a

Please sign in to comment.