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 6ebb41b commit 1f778eaCopy full SHA for 1f778ea
src/virtualship/instruments/base.py
@@ -63,7 +63,7 @@ def __init__(
63
wp.time for wp in expedition.schedule.waypoints if wp.time is not None
64
]
65
assert all(earlier <= later for earlier, later in pairwise(wp_times)), (
66
- "wp_times is not ascending order"
+ "Waypoint times are not in ascending order"
67
)
68
self.wp_times = wp_times
69
0 commit comments