Skip to content

Commit

Permalink
Update test_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Feb 4, 2025
1 parent 3fde7ab commit 10ce7c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cubids/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ def test_cluster_single_parameters():
"ImageType": ["ORIGINAL", "NONE", "P"],
},
]
param_group_df = pd.DataFrame(params)
files_df = pd.DataFrame(params)
modality = "func"

# Run the function
out_df = cluster_single_parameters(
param_group_df=param_group_df,
files_df=files_df,
config=config,
modality=modality,
)
Expand All @@ -114,7 +114,7 @@ def test_cluster_single_parameters():
# Change the tolerance for SliceTiming
config["sidecar_params"]["func"]["SliceTiming"]["tolerance"] = 0.5
out_df = cluster_single_parameters(
param_group_df=param_group_df,
files_df=files_df,
config=config,
modality=modality,
)
Expand Down

0 comments on commit 10ce7c7

Please sign in to comment.