Skip to content

Commit

Permalink
Correcting the naming dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasser Alemán Gómez committed Nov 5, 2024
1 parent fdef515 commit 3843a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chimera/chimera.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ def _build_parcellation(self, t1:str, bids_dir:str,
if 'ses' in ent_dict.keys():
path_cad = "sub-" + ent_dict["sub"] + os.path.sep + "ses-" + ent_dict["ses"]
else:
path_cad = "sub-" + ent_dict["subject"]
path_cad = "sub-" + ent_dict["sub"]

# Creating Chimera directories
if deriv_dir is None:
Expand Down

0 comments on commit 3843a90

Please sign in to comment.