Skip to content

Commit

Permalink
Fix linmos
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed Dec 12, 2023
1 parent 55080ab commit a1e6640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arrakis/linmos.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from astropy.utils.exceptions import AstropyWarning
from dask.distributed import Client, LocalCluster
from prefect import flow, task, unmapped
from prefect.utilities.annotations import quote
from racs_tools import beamcon_3D
from spectral_cube.utils import SpectralCubeWarning
from spython.main import Client as sclient
Expand Down Expand Up @@ -357,7 +358,7 @@ def main(
all_parfiles.extend(parfiles)

results = linmos.map(
all_parfiles,
quote(all_parfiles),
unmapped(field),
unmapped(str(image)),
unmapped(holofile),
Expand Down

0 comments on commit a1e6640

Please sign in to comment.