Skip to content

Commit

Permalink
Merge pull request #7 from ai-med/fix_issue_5
Browse files Browse the repository at this point in the history
Fix to issues #5 and #6.
  • Loading branch information
sebp authored Jun 14, 2024
2 parents 433f651 + e7394b5 commit b36974b
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 b36974b

Please sign in to comment.