Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
himoto committed May 7, 2021
1 parent 5f6a0dc commit a8b1ad5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_patient_specific_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pasmopy import PatientModelSimulations

if sys.version_info[:2] < (3, 7):
raise RuntimeError("Python version >= 3.7 required.")
raise RuntimeError("`pasmopy` requires Python 3.7+ to run.")

PATH_TO_MODELS: str = os.path.join("models", "breast")

Expand Down Expand Up @@ -79,5 +79,4 @@ def test_cleanup_models():
for file in files:
if file.endswith(".csv"):
os.remove(os.path.join("classification", f"{file}"))
del files
os.remove("subtype_classification.pdf")

0 comments on commit a8b1ad5

Please sign in to comment.