Skip to content

Commit

Permalink
adjusted expected cape in test_thermo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahijevyc committed Feb 12, 2025
1 parent 6ef1e98 commit 82387fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/calc/test_thermo.py
Original file line number Diff line number Diff line change
Expand Up @@ -1676,7 +1676,7 @@ def test_most_unstable_cape_cin():
dewpoint = np.array([19., 19., 14.3, 0., -10., 0.]) * units.celsius
mucape, mucin = most_unstable_cape_cin(pressure, temperature, dewpoint)
assert_almost_equal(mucape, 189.41067504060692 * units('joule / kilogram'), 4)
assert_almost_equal(mucin, -20.968278741 * units('joule / kilogram'), 4)
assert_almost_equal(mucin, -26.225902591840672 * units('joule / kilogram'), 4)


def test_mixed_parcel():
Expand Down

0 comments on commit 82387fe

Please sign in to comment.