fix(step14): 修正流水线方法名 step9_generate_distribution_map → step14_distribution_map
This commit is contained in:
@ -65,7 +65,7 @@ class Step14BatchThread(QThread):
|
|||||||
kw["output_image_path"] = str(Path(self.output_dir_optional) / f"{stem}_distribution.png")
|
kw["output_image_path"] = str(Path(self.output_dir_optional) / f"{stem}_distribution.png")
|
||||||
else:
|
else:
|
||||||
kw["output_image_path"] = None
|
kw["output_image_path"] = None
|
||||||
pipeline.step9_generate_distribution_map(**kw)
|
pipeline.step14_distribution_map(**kw)
|
||||||
self.finished_ok.emit(n)
|
self.finished_ok.emit(n)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.failed.emit(f"{e}\n{traceback.format_exc()}")
|
self.failed.emit(f"{e}\n{traceback.format_exc()}")
|
||||||
|
|||||||
Reference in New Issue
Block a user