Skip to content

Commit

Permalink
chore: fix examples/run_junifer_julearn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
synchon committed Jul 19, 2024
1 parent 6c621b8 commit 739b09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/run_junifer_julearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
collect(storage)
db = SQLiteFeatureStorage(uri=storage["uri"])

df_vbm = db.read_df(feature_name="VBM_GM_Schaefer200x17_Mean")
df_vbm = db.read_df(feature_name="VBM_GM_Schaefer200x17_Mean_aggregation")
oasis_subjects = [x[0] for x in df_vbm.index]
df_vbm.index = oasis_subjects

Expand Down

0 comments on commit 739b09b

Please sign in to comment.