Skip to content

Commit 29512e0

Browse files
committed
test renorm (nothing seems fishy...)
1 parent 6bd7741 commit 29512e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PySDM_tests/smoke_tests/Arabas_et_al_2015/test_spin_up.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ def test_spin_up(backend, fastmath, plot=False):
5454
prev = storage.profiles[step]["qv_env"]
5555
eps = 1e-3
5656
assert ((prev + eps) >= next).all()
57-
assert storage.profiles[step_num]["qv_env"][-1] < 7.
57+
assert storage.profiles[step_num]["qv_env"][-1] < 7.1

0 commit comments

Comments
 (0)