Skip to content

Commit ae8a276

Browse files
committed
Update test to remove breakpoint
1 parent bf93c93 commit ae8a276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v4/test_advection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_advection_zonal_with_particlefile(tmp_store):
6969

7070
assert (np.diff(pset.lon) < 1.0e-4).all()
7171
ds = xr.open_zarr(tmp_store)
72-
breakpoint()
72+
np.testing.assert_allclose(ds.isel(obs=-1).lon.values, pset.lon)
7373

7474

7575
def periodicBC(particle, fieldset, time):

0 commit comments

Comments
 (0)