We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b03799 commit 88b6105Copy full SHA for 88b6105
arrakis/imager.py
@@ -165,7 +165,7 @@ def get_mfs_image(
165
return MFSImage(image=small_image, model=small_model, residual=small_residual)
166
167
168
-@task(name="Make Validation Plots")
+@task(name="Make Validation Plots", persist_result=True)
169
def make_validation_plots(prefix: Path, pols: str) -> None:
170
"""Make validation plots for the images.
171
0 commit comments