Skip to content

Check if test_classification_report.py::test_distrib_nccl_gpu is passing on the CI with the recent pytorch #3328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading