Skip to content

Commit cff42d6

Browse files
authored
Update nibabel/tests/test_arrayproxy.py
1 parent cba4607 commit cff42d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nibabel/tests/test_arrayproxy.py

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class CArrayProxy(ArrayProxy):
6464

6565

6666
class DeprecatedCArrayProxy(ArrayProxy):
67+
# Used in test_deprecated_order_classvar. Remove when that test is removed (8.0)
6768
order = 'C'
6869

6970

0 commit comments

Comments
 (0)