Skip to content

Commit

Permalink
for SURE SURE now
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Jan 24, 2024
1 parent c57efe7 commit ed5c8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/homogeneous_ice_nucleation_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ function test_homogeneous_J(FT)
)

# If Δa_w out of range
TT.@test_throws AssertionError("Δa_w > ip.Δa_w_min") CMH.homogeneous_J(
TT.@test_throws AssertionError("Δa_w >= ip.Δa_w_min") CMH.homogeneous_J(
ip.homogeneous,
Δa_w_too_small,
)
TT.@test_throws AssertionError("Δa_w < ip.Δa_w_max") CMH.homogeneous_J(
TT.@test_throws AssertionError("Δa_w <= ip.Δa_w_max") CMH.homogeneous_J(
ip.homogeneous,
Δa_w_too_large,
)
Expand Down

0 comments on commit ed5c8e1

Please sign in to comment.