Skip to content

Commit 5c41d41

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 84b8c26 commit 5c41d41

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

asv_bench/benchmarks/benchmarks_integration.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
from parcels import AdvectionRK4, FieldSet, ParticleSet, ScipyParticle
2-
import numpy as np
31
from datetime import timedelta
42

3+
import numpy as np
4+
5+
from parcels import AdvectionRK4, FieldSet, ParticleSet, ScipyParticle
6+
57

68
def time_advection2d():
79
"""Flat 2D zonal flow that increases linearly with depth from 0 m/s to 1 m/s.

0 commit comments

Comments
 (0)