Private
Public Access
1
0

improving course compare

This commit is contained in:
2024-11-11 11:43:18 +01:00
parent 29749a9306
commit de16a237fc
6 changed files with 65 additions and 9 deletions

View File

@@ -14,7 +14,6 @@ class InvalidTrajectoryError(Exception):
def __str__(self): # pragma: no cover
return repr(self.value)
def time_in_path(df, p, maxmin='max', getall=False, name='unknown', logfile=None):
if df.empty: # pragma: no cover