Skip to content

Commit

Permalink
Merge pull request #188 from jhlegarreta/SetHemisphereLocationNameToC…
Browse files Browse the repository at this point in the history
…orrected

ENH: Set the hemisphere location name to the correct name
  • Loading branch information
jhlegarreta committed Oct 20, 2023
2 parents f5cfa8f + 30cb766 commit adb6fc1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions utilities/wm_compute_bundle_feature_population_math.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@ class WMABundleFeatureDataMap(enum.Enum):
FA2Mean = ("FA2.Mean", float)
FWMean = ("FreeWater.Mean", float)
# ToDo
# There is a typo in the HemisphereLocataion (vs. HemisphereLocation)
# column: eventually consider both.
# HemisphereLocataion.Mean can contain integers, and cannot be cast directly
# into integers; would need to do .astype(float).astype("Int64")
HemisphereLocationMean = ("HemisphereLocataion.Mean", float)
HemisphereLocationMean = ("HemisphereLocation.Mean", float)
ClusterIdxMean = ("cluster_idx.Mean", float)
Trace1Mean = ("trace1.Mean", float)
Trace2Mean = ("trace2.Mean", str)
Expand Down

0 comments on commit adb6fc1

Please sign in to comment.