Skip to content

Commit

Permalink
Run linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hkjeldsberg committed Sep 23, 2024
1 parent 93b9e43 commit c311259
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/atriflow/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,11 @@ def check_data(path_to_check):
print(f"File not found: {e}")
print("Files should be located within 'data' folder")
print("Required files:")
print("- 'geometry': Folder with info files (PV area, MV area)")
print("- 'model_info': Folder with info files (PV area, MV area)")
print(
"- 'volumes': Folder with time-dependent volume files and flow extension lengths"
"- 'flow_extension_lengths': Folder with info about flow extension lengths used during meshing"
)
print("- 'volumes': Folder with time-dependent volume files")
print("- 'flow_rate_waveform.csv': Generic wave form data points")
print(f"\n Files/Folders are available online here: {DATASET_URL}")
sys.exit(1)
Expand Down

0 comments on commit c311259

Please sign in to comment.