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 319f23f commit 2c3b43dCopy full SHA for 2c3b43d
nibabel/conftest.py
@@ -8,4 +8,5 @@
8
9
def pytest_configure(config):
10
"""Configure pytest options."""
11
- np.set_printoptions(legacy=125)
+ if int(np.__version__[0]) >= 2:
12
+ np.set_printoptions(legacy=125)
0 commit comments