Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Sep 18, 2024
1 parent 3da2c83 commit 9f21897
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 @@ -42,7 +42,8 @@ function test_J_calibration(FT, IN_mode)
end

# test that resulting ICNC are similar
TT.@test (calibrated_soln[9, end] ./ (IC[7] + IC[8] + IC[9])) (true_soln[9, end] ./ (IC[7] + IC[8] + IC[9])) rtol = FT(0.1)
TT.@test (calibrated_soln[9, end] ./ (IC[7] + IC[8] + IC[9]))
(true_soln[9, end] ./ (IC[7] + IC[8] + IC[9])) rtol = FT(0.1)
end

@info "Ice Nucleation Calibration Test"
Expand Down

0 comments on commit 9f21897

Please sign in to comment.