diff --git a/batch_analysis_analysis.py b/batch_analysis_analysis.py index ed194c8..ff48b38 100644 --- a/batch_analysis_analysis.py +++ b/batch_analysis_analysis.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import pandas as pd import argparse import seaborn as sns diff --git a/batch_analyze.py b/batch_analyze.py index f92e6a5..8c05618 100755 --- a/batch_analyze.py +++ b/batch_analyze.py @@ -1,4 +1,5 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 + import datetime import glob import logging diff --git a/eye_catcher_plot.py b/eye_catcher_plot.py index 21883bb..d96582c 100644 --- a/eye_catcher_plot.py +++ b/eye_catcher_plot.py @@ -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, diff --git a/eye_catcher_plot_dis.py b/eye_catcher_plot_dis.py index 12eb6b1..2d919e6 100644 --- a/eye_catcher_plot_dis.py +++ b/eye_catcher_plot_dis.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import pandas as pd import numpy as np import matplotlib.pyplot as plt diff --git a/eye_catcher_plot_inverse.py b/eye_catcher_plot_inverse.py index fa176cf..90000f2 100644 --- a/eye_catcher_plot_inverse.py +++ b/eye_catcher_plot_inverse.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import pandas as pd import numpy as np import matplotlib.pyplot as plt