From cffa9a4b1bde244a68f431b87aa104aebe6281a2 Mon Sep 17 00:00:00 2001 From: vfdev-5 Date: Mon, 17 Feb 2025 22:00:40 +0100 Subject: [PATCH] Check if CI is passing with the recent pytorch --- tests/ignite/metrics/test_classification_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ignite/metrics/test_classification_report.py b/tests/ignite/metrics/test_classification_report.py index cae8b5145f55..fe605f080fed 100644 --- a/tests/ignite/metrics/test_classification_report.py +++ b/tests/ignite/metrics/test_classification_report.py @@ -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):