Skip to content

Commit

Permalink
potential fix to issues #5 and #6. readme doesnt indicate the need fo…
Browse files Browse the repository at this point in the history
…r image stats, neither are they used for preprocessing.\nMUST BE TESTED!
  • Loading branch information
lupus83 committed Feb 25, 2024
1 parent 5b5f4e0 commit 5ef3e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daft/data_utils/adni_hdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def _load(self, filename, dataset_name, roi="Left-Hippocampus"):

data.append(self._get_data(g[roi][dataset_name]))

meta = self._get_meta_data(hf["stats"][roi][dataset_name])
meta = {}

self.data = data
self.targets = targets
Expand Down

0 comments on commit 5ef3e70

Please sign in to comment.