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 c32b0d2 commit d4596b7Copy full SHA for d4596b7
nibabel/tests/test_proxy_api.py
@@ -59,7 +59,7 @@
59
60
try:
61
from numpy.exceptions import ComplexWarning
62
-except ImportError: # NumPy < 1.25
+except ModuleNotFoundError: # NumPy < 1.25
63
from numpy import ComplexWarning
64
65
0 commit comments