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 4769e0c commit fe78b60Copy full SHA for fe78b60
nibabel/tests/test_volumeutils.py
@@ -947,7 +947,7 @@ def test_seek_tell():
947
# zeros in their wake. BZ2Files can't seek when writing,
948
# unless we enable the write0 flag to seek_tell
949
# ZstdFiles also does not support seek forward on write
950
- if (not write0 and in_file in ('test.bz2', 'test.zst')):
+ if not write0 and in_file in ('test.bz2', 'test.zst'):
951
# write the zeros by hand for the read test below
952
fobj.write(b'\x00' * diff)
953
else:
0 commit comments