Skip to content

Commit 18d982c

Browse files
authored
Update nibabel/arrayproxy.py
1 parent 167be65 commit 18d982c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/arrayproxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class ArrayProxy(ArrayLike):
122122
_default_order = 'F'
123123

124124
def __init__(self, file_like, spec, *,
125-
mmap=True, keep_file_open=None, compression=None):
125+
mmap=True, order=None, keep_file_open=None, compression=None):
126126
"""Initialize array proxy instance
127127
128128
Parameters

0 commit comments

Comments
 (0)