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 3a13301 commit eb44d32Copy full SHA for eb44d32
nibabel/tests/test_floating.py
@@ -75,6 +75,7 @@ def test_type_info():
75
ld_dict = dbl_dict.copy()
76
ld_dict.update(dict(nmant=106, width=16))
77
elif vals == (52, 15, 12):
78
+ width = ld_dict['width']
79
80
ld_dict['width'] = width
81
else:
0 commit comments