Skip to content

Commit a71eebf

Browse files
committed
FIX: Version
1 parent 1bc593c commit a71eebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/tests/test_floating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
LD_INFO = type_info(np.longdouble)
3131

32-
FP_OVERFLOW_WARN = Version(np.__version__) <= Version('2.0.0.dev0')
32+
FP_OVERFLOW_WARN = Version(np.__version__) < Version('2.0.0.dev0')
3333

3434

3535
def dtt2dict(dtt):

0 commit comments

Comments
 (0)