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 2e8c14a + 6ae1317 commit 4fd2d77Copy full SHA for 4fd2d77
src/virtualship/instruments/base.py
@@ -9,9 +9,9 @@
9
10
import copernicusmarine
11
import xarray as xr
12
+from parcels import FieldSet
13
from yaspin import yaspin
14
-from parcels import FieldSet
15
from virtualship.errors import CopernicusCatalogueError
16
from virtualship.utils import (
17
COPERNICUSMARINE_PHYS_VARIABLES,
src/virtualship/utils.py
@@ -13,8 +13,8 @@
import numpy as np
-
from parcels import FieldSet
+
18
19
20
if TYPE_CHECKING:
0 commit comments