The test quick-py3 (macOS-latest) gives the following error:
======================================================================
FAIL: test_sampling (tests.test_weighted_random_sampler_dist.DistributedWeightedRandomSamplerTest)
Traceback (most recent call last):
File "/Users/runner/work/MONAI/MONAI/tests/utils.py", line 521, in _wrapper
assert results.get(), "Distributed call failed."
AssertionError: Distributed call failed.
Ran 9971 tests in 3399.369s
FAILED (failures=1, skipped=896)
Originally posted by @mingxin-zheng in #5689 (comment)
======================================================================
FAIL: test_sampling (tests.test_weighted_random_sampler_dist.DistributedWeightedRandomSamplerTest)
Traceback (most recent call last):
File "/Users/runner/work/MONAI/MONAI/tests/utils.py", line 521, in _wrapper
assert results.get(), "Distributed call failed."
AssertionError: Distributed call failed.
Ran 9971 tests in 3399.369s
FAILED (failures=1, skipped=896)
Originally posted by @mingxin-zheng in #5689 (comment)