Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fix: typo in argparse's argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Oct 29, 2024
1 parent 0c2e6c0 commit 9982680
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 9982680

Please sign in to comment.