Project-MONAI / MONAI

AI Toolkit for Healthcare Imaging
https://monai.io/
Apache License 2.0
5.93k stars 1.09k forks source link

AssertionError in `TestSWINUNETR` #8248

Closed KumoLiu closed 14 hours ago

KumoLiu commented 1 day ago

[2024-11-30T19:24:25.796Z] ======================================================================

[2024-11-30T19:24:25.796Z] FAIL: test_filter_swinunetr_0 (tests.test_swin_unetr.TestSWINUNETR)

[2024-11-30T19:24:25.796Z] ----------------------------------------------------------------------

[2024-11-30T19:24:25.796Z] Traceback (most recent call last):

[2024-11-30T19:24:25.796Z]   File "/usr/local/lib/python3.10/dist-packages/parameterized/parameterized.py", line 620, in standalone_func

[2024-11-30T19:24:25.796Z]     return func(*(a + p.args), **p.kwargs, **kw)

[2024-11-30T19:24:25.796Z]   File "/opt/monai/tests/test_swin_unetr.py", line 137, in test_filter_swinunetr

[2024-11-30T19:24:25.796Z]     self.assertTrue(len(loaded) == 157 and len(not_loaded) == 2)

[2024-11-30T19:24:25.796Z] AssertionError: False is not true