mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-12-18 01:48:03 +00:00
Another bugfix for the mock GPS
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user