Skip to content

Commit

Permalink
Minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Oct 31, 2023
1 parent fec5809 commit 1e90a57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion demo/src/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from .utils import load_ct_to_numpy
from .utils import load_pred_volume_to_numpy


# setup logging
LOGGER = setup_logger()

Expand Down
1 change: 1 addition & 0 deletions demo/src/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def run_model(
shutil.rmtree(patient_directory)
if os.path.exists(output_path):
shutil.rmtree(output_path)

except Exception:
print(traceback.format_exc())
# Clean-up
Expand Down

0 comments on commit 1e90a57

Please sign in to comment.