We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b8c26 commit 5c41d41Copy full SHA for 5c41d41
asv_bench/benchmarks/benchmarks_integration.py
@@ -1,7 +1,9 @@
1
-from parcels import AdvectionRK4, FieldSet, ParticleSet, ScipyParticle
2
-import numpy as np
3
from datetime import timedelta
4
+import numpy as np
+
5
+from parcels import AdvectionRK4, FieldSet, ParticleSet, ScipyParticle
6
7
8
def time_advection2d():
9
"""Flat 2D zonal flow that increases linearly with depth from 0 m/s to 1 m/s.
0 commit comments