Rename pipeline method names to match step numbers (Step4)
This commit is contained in:
@ -68,7 +68,7 @@ class Step14BatchThread(QThread):
|
||||
kw["output_image_path"] = str(Path(self.output_dir_optional) / f"{stem}_distribution.png")
|
||||
else:
|
||||
kw["output_image_path"] = None
|
||||
pipeline.step14_distribution_map(**kw)
|
||||
pipeline.step10_map(**kw)
|
||||
self.finished_ok.emit(n)
|
||||
except Exception as e:
|
||||
self.failed.emit(f"{e}\n{traceback.format_exc()}")
|
||||
|
||||
Reference in New Issue
Block a user