We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09be50 commit 6b62e4fCopy full SHA for 6b62e4f
cubids/utils.py
@@ -421,6 +421,7 @@ def _get_param_groups(
421
except Exception:
422
return "erroneous sidecar found"
423
424
+ print(modality)
425
print(check_cols)
426
deduped = deduped.drop_duplicates(subset=check_cols, ignore_index=True)
427
deduped["ParamGroup"] = np.arange(deduped.shape[0]) + 1
0 commit comments