Skip to content

Commit 88b6105

Browse files
committed
Persist ploots
1 parent 7b03799 commit 88b6105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrakis/imager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def get_mfs_image(
165165
return MFSImage(image=small_image, model=small_model, residual=small_residual)
166166

167167

168-
@task(name="Make Validation Plots")
168+
@task(name="Make Validation Plots", persist_result=True)
169169
def make_validation_plots(prefix: Path, pols: str) -> None:
170170
"""Make validation plots for the images.
171171

0 commit comments

Comments
 (0)