Skip to content

Commit

Permalink
Check if CI is passing with the recent pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Feb 17, 2025
1 parent d2f935d commit cffa9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ignite/metrics/test_classification_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def update(engine, i):
@pytest.mark.skipif(Version(torch.__version__) < Version("1.7.0"), reason="Skip if < 1.7.0")
def test_distrib_nccl_gpu(distributed_context_single_node_nccl):

pytest.skip("Temporarily skip failing test. See https://github.com/pytorch/ignite/pull/3301")
# pytest.skip("Temporarily skip failing test. See https://github.com/pytorch/ignite/pull/3301")
# When run with 2 devices:
# tests/ignite/metrics/test_classification_report.py::test_distrib_nccl_gpu Fatal Python error: Aborted
# Thread 0x00007fac95c95700 (most recent call first):
Expand Down

0 comments on commit cffa9a4

Please sign in to comment.