Skip to content

Commit 6f5426c

Browse files
committed
Merge branch 'delete-spacetime' into joss-paper
2 parents 7ee4dd9 + fd6a3f6 commit 6f5426c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/virtualship/instruments/argo_float.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,6 @@ def __init__(self, expedition, from_data):
172172
}
173173
limit_spec = {
174174
"spatial": True, # spatial limits; lat/lon constrained to waypoint locations + buffer
175-
"depth_min": abs(
176-
expedition.instruments_config.argo_float_config.min_depth_meter
177-
), # [meters]
178-
"depth_max": abs(
179-
expedition.instruments_config.argo_float_config.max_depth_meter
180-
), # [meters]
181175
}
182176

183177
super().__init__(

0 commit comments

Comments
 (0)