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

Commit

Permalink
Update scripts/dwi_gp_estimation_error_analysis.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Haitz Legarreta Gorroño <[email protected]>
  • Loading branch information
oesteban and jhlegarreta authored Oct 29, 2024
1 parent 6489c60 commit 4a2d147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dwi_gp_estimation_error_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +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["snr"] += [snr_str] * len(cv_scores)

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

0 comments on commit 4a2d147

Please sign in to comment.