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 653fd80 commit 655df17Copy full SHA for 655df17
nibabel/pointset.py
@@ -178,7 +178,7 @@ def to_mask(self, shape=None) -> SpatialImage:
178
class GridIndices:
179
"""Class for generating indices just-in-time"""
180
181
- __slots__ = ('gridshape', 'dtype', 'shape')
+ __slots__ = ('dtype', 'gridshape', 'shape')
182
ndim = 2
183
184
def __init__(self, shape, dtype=None):
0 commit comments