Skip to content

Commit

Permalink
Fix things.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Feb 19, 2024
1 parent 1819219 commit c81bd2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions cubids/cubids.py
Original file line number Diff line number Diff line change
Expand Up @@ -1518,8 +1518,6 @@ def _get_param_groups(

dfs.append(selected_metadata)

print(files[0])

# Assign each file to a ParamGroup
# Round parameter groups based on precision in config
df = round_params(pd.DataFrame(dfs), grouping_config, datatype)
Expand Down
2 changes: 1 addition & 1 deletion cubids/tests/test_bond.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def test_tsv_merge_changes(tmp_path):
renamed = True
new_keys = applied["KeyGroup"].tolist()
for row in range(len(orig)):
if orig.loc[row, "Modality"] != "fmap":
if orig.loc[row, "Datatype"] != "fmap":
if (
str(orig.loc[row, "RenameKeyGroup"]) != "nan"
and str(orig.loc[row, "RenameKeyGroup"]) not in new_keys
Expand Down

0 comments on commit c81bd2e

Please sign in to comment.