Another bugfix for the mock GPS

This commit is contained in:
dario
2024-05-22 23:47:02 +02:00
parent 537f462601
commit c056aaf069
4 changed files with 3580 additions and 123 deletions

View File

@@ -302,7 +302,7 @@ class Dataset(Advanceable):
"""
return self.get_mach_number(t) > 1
def get_velocity(self, t: float | None = None) -> float:
def get_total_velocity(self, t: float | None = None) -> float:
"""
Args:
t (float): Allows specification of a different time instead of the current time. None for current time.