From edd8ff2fa988c76d78fcf52662b27fa0706d1837 Mon Sep 17 00:00:00 2001 From: "Thomson, Alec (CASS, Kensington)" Date: Thu, 14 Dec 2023 14:15:29 +1100 Subject: [PATCH] Fixup --- arrakis/process_spice.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arrakis/process_spice.py b/arrakis/process_spice.py index c36fb851..641c67cc 100644 --- a/arrakis/process_spice.py +++ b/arrakis/process_spice.py @@ -84,7 +84,7 @@ def process_spice(args, host: str, task_runner: BaseTaskRunner) -> None: ) previous_future = ( - cleanup.main.with_options(task_run)( + cleanup.main.with_options(task_runner=task_runner)( datadir=args.outdir, stokeslist=["I", "Q", "U"], ) @@ -641,8 +641,7 @@ def cli(): "--outfile", default=None, type=str, help="File to save table to [None]." ) args = parser.parse_args() - if not args.use_mpi: - parser.print_values() + parser.print_values() verbose = args.verbose if verbose: