Skip to content

Commit

Permalink
fix(AutoML): incorrect output path as directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerdo committed Jun 24, 2022
1 parent e228403 commit 7c78357
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aucmedi/automl/block_pred.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ def block_predict(config):
image_format=None)
(index_list, _, _, _, image_format) = ds

# Create output directory
if not os.path.exists(config["output"]) : os.mkdir(config["output"])

# Verify existence of input directory
if not os.path.exists(config["input"]):
raise FileNotFoundError(config["input"])
Expand Down

0 comments on commit 7c78357

Please sign in to comment.