Skip to content

Commit c2eccf2

Browse files
committed
fix, underwater st instead of adcp
1 parent 9818ae7 commit c2eccf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/virtualship/expedition/simulate_schedule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def _progress_time_traveling_towards(self, location: Location) -> None:
179179

180180
for time, lon, lat in zip(st_times, st_lons, st_lats, strict=False):
181181
location = Location(latitude=lat, longitude=lon)
182-
self._measurements_to_simulate.adcps.append(
182+
self._measurements_to_simulate.ship_underwater_sts.append(
183183
Spacetime(location=location, time=time)
184184
)
185185

0 commit comments

Comments
 (0)