Skip to content

Commit 6b62e4f

Browse files
committed
Update utils.py
1 parent b09be50 commit 6b62e4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cubids/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ def _get_param_groups(
421421
except Exception:
422422
return "erroneous sidecar found"
423423

424+
print(modality)
424425
print(check_cols)
425426
deduped = deduped.drop_duplicates(subset=check_cols, ignore_index=True)
426427
deduped["ParamGroup"] = np.arange(deduped.shape[0]) + 1

0 commit comments

Comments
 (0)