Skip to content

Commit

Permalink
Update test value
Browse files Browse the repository at this point in the history
  • Loading branch information
dcamron committed Nov 9, 2023
1 parent f7938a9 commit e7deffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/calc/test_indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_weighted_continuous_average_temperature():
data['temperature'],
height=data['height'],
depth=6000 * units('meter'))
assert_almost_equal(t, 279.3275828240889 * units('kelvin'), 7)
assert_almost_equal(t, 279.07450928270185 * units('kelvin'), 7)


def test_weighted_continuous_average_elevated():
Expand Down

0 comments on commit e7deffb

Please sign in to comment.