Add re-timing, minimum dt robustness
This commit is contained in:
@@ -185,6 +185,7 @@ if __name__ == "__main__":
|
||||
print("Reported errors are 98th percentile")
|
||||
df.to_csv(join_path(args.save_path, args.file_name + ".csv"))
|
||||
try:
|
||||
# Third Party
|
||||
from tabulate import tabulate
|
||||
|
||||
print(tabulate(df, headers="keys", tablefmt="grid"))
|
||||
|
||||
Reference in New Issue
Block a user