Skip to content

Commit 19aa71c

Browse files
committed
tests
1 parent da6519e commit 19aa71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ignite/metrics/vision/test_object_detection_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ def test_distrib_update_compute(distributed, sample):
10031003

10041004
device = idist.device()
10051005

1006-
if device/.type == "mps":
1006+
if device.type == "mps":
10071007
pytest.skip("Due to MPS backend out of memory")
10081008

10091009
metric_device = "cpu" if device.type == "xla" else device

0 commit comments

Comments
 (0)