env python3

This commit is contained in:
Niklas Halle 2025-07-30 13:13:17 +00:00
parent eecee47b9e
commit f72408cd88
5 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import pandas as pd
import argparse
import seaborn as sns

View file

@ -1,4 +1,5 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import datetime
import glob
import logging

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
@ -92,6 +94,8 @@ def load_experiment_data(experiments_dir, delay_dict, perfect_time_dict, experim
# This is a safeguard and should be adjusted based on actual data characteristics.
# In practice, this might indicate an issue with the data or the calculation.
completion_percentage = 105
# reso
all_data.append({
'experiment_type': exp_name,

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt