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.
2 parents ce74485 + 5f0a165 commit 81a922eCopy full SHA for 81a922e
src/parcels/_core/kernel.py
@@ -1,7 +1,5 @@
1
from __future__ import annotations
2
3
-import math # noqa: F401
4
-import random # noqa: F401
5
import types
6
import warnings
7
from typing import TYPE_CHECKING
@@ -116,8 +114,6 @@ def remove_deleted(self, pset):
116
114
def add_positionupdate_kernels(self):
117
115
# Adding kernels that set and update the coordinate changes
118
def Setcoords(particles, fieldset): # pragma: no cover
119
- import numpy as np # noqa
120
-
121
particles.lon += particles.dlon
122
particles.lat += particles.dlat
123
particles.z += particles.dz
0 commit comments