Skip to content

Commit 3b0b9ce

Browse files
authored
Update perturbIC_test.py
1 parent 336487e commit 3b0b9ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/perturbIC_test.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,4 @@ def test_applying_perturbation(mock_perturbation):
153153
testing_a = np.round((a - perturb) / np.ones(shape),0)
154154
assert is_perturb == True
155155
assert a.shape == (nlat, nlon)
156-
assert testing_a.all() == 1.
157-
158-
157,0-1 Bot
156+
assert testing_a.all() == 1. 157,0-1 Bot

0 commit comments

Comments
 (0)