Skip to content

Commit 16d83e5

Browse files
committed
MNT: Update test with new intersection
1 parent df3c814 commit 16d83e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/calc/test_thermo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -621,11 +621,11 @@ def test_ccl_with_ml():
621621
mixed_layer_depth=500 * units.m, which='all')
622622

623623
assert_array_almost_equal(ccl_p, np.array(
624-
[850.600930, 784.325312, 737.767377, 648.076147]) * units.mbar, 5)
624+
[850.438506, 784.136600, 782.671594, 737.637719, 647.950662]) * units.mbar, 5)
625625
assert_array_almost_equal(ccl_t, np.array(
626-
[0.840118, -0.280299, -1.118757, -2.875716]) * units.degC, 5)
626+
[0.829278, -0.291727, -0.317424, -1.129215, -2.886271]) * units.degC, 5)
627627
assert_array_almost_equal(t_c, np.array(
628-
[13.146845, 18.661621, 22.896152, 32.081388]) * units.degC, 5)
628+
[13.151139, 18.669463, 18.797927, 22.899638, 32.086356]) * units.degC, 5)
629629

630630

631631
def test_lfc_basic():

0 commit comments

Comments
 (0)