From 2ee35145baa53b7a4c289dad8da0610fa0a4bbfb Mon Sep 17 00:00:00 2001 From: PennyWieser Date: Sat, 2 Dec 2023 09:27:55 -0800 Subject: [PATCH] csvs --- src/Thermobar/calibration_plots.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Thermobar/calibration_plots.py b/src/Thermobar/calibration_plots.py index 1e00938..ecb1a36 100644 --- a/src/Thermobar/calibration_plots.py +++ b/src/Thermobar/calibration_plots.py @@ -77,6 +77,8 @@ def return_cali_dataset(model=None): # Get the file name for the given model file_name = model_to_filename.get(model) + + if file_name: # Construct the relative path to the CSV file csv_file_relative_path = os.path.join(subfolder_name, file_name)