Skip to content

Commit

Permalink
Merge pull request #251 from nipreps/fix/sloppy-accept-comment
Browse files Browse the repository at this point in the history
FIX: Typo in argparse's argument name
  • Loading branch information
oesteban authored Oct 29, 2024
2 parents 0c2e6c0 + 9982680 commit 7e5f333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dwi_gp_estimation_error_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def main() -> None:
scores["rmse"] += cv_scores.tolist()
scores["repeat"] += [i] * len(cv_scores)
scores["n_folds"] += [n] * len(cv_scores)
scores["bval"] += [args.bval-shell] * len(cv_scores)
scores["bval"] += [args.bval_shell] * len(cv_scores)
scores["snr"] += [snr_str] * len(cv_scores)

print(f"Finished {n}-fold cross-validation")
Expand Down

0 comments on commit 7e5f333

Please sign in to comment.