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 84ac211 commit 282aa4dCopy full SHA for 282aa4d
src/virtualship/instruments/ctd.py
@@ -104,7 +104,7 @@ def simulate_ctd(
104
y=np.array([ctd.spacetime.location.lat], dtype=np.float32),
105
x=np.array([ctd.spacetime.location.lon], dtype=np.float32),
106
time=fieldset.time_interval.left,
107
- ),
+ )[0],
108
)
109
for ctd in ctds
110
]
0 commit comments