Skip to content

Commit

Permalink
Update cubids.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jan 25, 2024
1 parent 5847146 commit 9a9db80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cubids/cubids.py
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ def get_param_groups_from_key_group(self, key_group):
for mod in modalities:
if mod in filepath:
modality = mod.replace("/", "").replace("/", "")

if modality == "":
print("Unusual Modality Detected")
modality = "other"
Expand Down

0 comments on commit 9a9db80

Please sign in to comment.