Skip to content

Commit

Permalink
csvs
Browse files Browse the repository at this point in the history
  • Loading branch information
PennyWieser committed Dec 2, 2023
1 parent 0fee0e0 commit 2ee3514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Thermobar/calibration_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2ee3514

Please sign in to comment.