Skip to content

Commit

Permalink
last one
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Sep 11, 2024
1 parent cacf4b1 commit 2421038
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ice_nucleation_calibration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ function test_J_calibration(FT, IN_mode)
perfect_model = true,
)
calibrated_parameters = [output[1], output[2]]
calibrated_soln = run_calibrated_model(FT, IN_mode, calibrated_parameters, params, IC)
calibrated_soln =
run_calibrated_model(FT, IN_mode, calibrated_parameters, params, IC)
true_soln = run_calibrated_model(FT, IN_mode, coeff_true, params, IC)


Expand Down

0 comments on commit 2421038

Please sign in to comment.