Skip to content

Commit 532bed9

Browse files
RF: appended Axis to the different axes classes
1 parent b51d5f1 commit 532bed9

File tree

5 files changed

+184
-183
lines changed

5 files changed

+184
-183
lines changed

nibabel/cifti2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
Cifti2TransformationMatrixVoxelIndicesIJKtoXYZ,
2727
Cifti2Vertices, Cifti2Volume, CIFTI_BRAIN_STRUCTURES,
2828
Cifti2HeaderError, CIFTI_MODEL_TYPES, load, save)
29-
from .cifti2_axes import (Axis, BrainModel, Parcels, Series, Label, Scalar)
29+
from .cifti2_axes import (Axis, BrainModelAxis, ParcelsAxis, SeriesAxis, LabelAxis, ScalarAxis)

0 commit comments

Comments
 (0)