You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: would be good to avoid having to twice make sure that stationkeeping time is factored in; i.e. in schedule validity checks and here (and for CTDs and Drifters)
284
+
# TODO: makes it easy to forget to update both...
285
+
# TODO: this is likely to fall under refactoring simulate_schedule.py (i.e. #236)
raiseNotImplementedError("Instrument type not supported.")
329
339
330
-
# measurements are done in parallel, so return time of longest one
340
+
# measurements are done simultaneously onboard, so return time of longest one
341
+
# TODO: docs suggest that add individual instrument stationkeeping times are cumulative, which is at odds with measurements being done simultaneously onboard here
0 commit comments