From 2903203743c73afbe7046c0ee65246772a76648a Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 2 Aug 2024 19:09:50 +0200 Subject: [PATCH] use kwargs defaults --- dap/worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dap/worker.py b/dap/worker.py index fdd1813..e4fe41b 100644 --- a/dap/worker.py +++ b/dap/worker.py @@ -140,7 +140,7 @@ def work(backend_address, accumulator_host, accumulator_port, visualisation_host # starting from ju 3.3.1 pedestal file is cached in library, re-calculated only if parameters (and/or pedestal file) are changed id_pixel_mask_1 = id(pixel_mask_corrected) - pixel_mask_corrected = ju_stream_adapter.handler.get_pixel_mask(geometry=True, gap_pixels=True, double_pixels=double_pixels) + pixel_mask_corrected = ju_stream_adapter.handler.get_pixel_mask(double_pixels=double_pixels) id_pixel_mask_2 = id(pixel_mask_corrected) if id_pixel_mask_1 != id_pixel_mask_2: