Skip to content

Commit eb44d32

Browse files
committed
BF: fix missing width variable
Lost in previous refactor; not currently tested?
1 parent 3a13301 commit eb44d32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nibabel/tests/test_floating.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def test_type_info():
7575
ld_dict = dbl_dict.copy()
7676
ld_dict.update(dict(nmant=106, width=16))
7777
elif vals == (52, 15, 12):
78+
width = ld_dict['width']
7879
ld_dict = dbl_dict.copy()
7980
ld_dict['width'] = width
8081
else:

0 commit comments

Comments
 (0)