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 1bc459e commit 04a4b45Copy full SHA for 04a4b45
nibabel/cifti2/cifti2_axes.py
@@ -612,7 +612,7 @@ def __eq__(self, other):
612
self.volume_shape == other.volume_shape) and
613
self.nvertices == other.nvertices and
614
np.array_equal(self.name, other.name) and
615
- np.array_equal(self.voxel[self.volume_mask], other.voxel[self.volume_mask]) and
+ np.array_equal(self.voxel[self.volume_mask], other.voxel[other.volume_mask]) and
616
np.array_equal(self.vertex[self.surface_mask], other.vertex[other.surface_mask])
617
)
618
0 commit comments