We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba4607 commit cff42d6Copy full SHA for cff42d6
nibabel/tests/test_arrayproxy.py
@@ -64,6 +64,7 @@ class CArrayProxy(ArrayProxy):
64
65
66
class DeprecatedCArrayProxy(ArrayProxy):
67
+ # Used in test_deprecated_order_classvar. Remove when that test is removed (8.0)
68
order = 'C'
69
70
0 commit comments