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 9d9b56e commit 049b1f1Copy full SHA for 049b1f1
nibabel/tests/test_volumeutils.py
@@ -1058,7 +1058,7 @@ def test_allopen_compresslevel():
1058
# We can set the default compression level with the module global
1059
# Get some data to compress
1060
with open(__file__, 'rb') as fobj:
1061
- my_self=fobj.read()
+ my_self = fobj.read()
1062
# Prepare loop
1063
fname = 'test.gz'
1064
sizes = {}
0 commit comments