We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b203d commit ce15886Copy full SHA for ce15886
tests/test_CABlock.py
@@ -21,7 +21,7 @@
21
from monai.utils import optional_import
22
from tests.utils import SkipIfBeforePyTorchVersion, assert_allclose
23
24
-einops, has_einops = optional_import("einops")
+rearrange, _ = optional_import("einops", name="rearrange")
25
26
27
TEST_CASES_CAB = []
0 commit comments