Skip to content

Commit

Permalink
fix back compatibilit for DIST
Browse files Browse the repository at this point in the history
  • Loading branch information
RRobert92 committed Jul 2, 2023
1 parent 97a0073 commit 79398fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis_pytorch/utils/predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def __init__(
sys.exit()
# Searching for available images for prediction
available_format = (".tif", ".mrc", ".rec", ".am")
omit_format = ("mask.tif", "mask.mrc", "mask.rec", 'Correlation_Lines.am')
omit_format = ("mask.tif", "mask.mrc", "mask.rec", 'Correlation_Lines.am', 'mask.am')
self.output = join(self.dir, "temp", "Predictions")
self.am_output = join(self.dir, "Predictions")

Expand Down

0 comments on commit 79398fd

Please sign in to comment.