Skip to content

Commit d5bce74

Browse files
committed
Merge branch 'fix_unit_test_failures' of https://github.com/OceanParcels/PlasticParcels into fix_unit_test_failures
2 parents 39e72b1 + 705a787 commit d5bce74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_kernels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def test_mixing():
223223

224224
fieldset = pp.constructors.create_fieldset(settings)
225225
fieldset.add_constant('max_depth', fieldset.U.depth[-1])
226-
226+
227227
kernels = [parcels.application_kernels.AdvectionRK4_3D, pp.kernels.checkThroughBathymetry,
228228
pp.kernels.checkErrorThroughSurface, pp.kernels.deleteParticle]
229229

0 commit comments

Comments
 (0)