From d4b915578ea4ab91589e625007f579ef8fb9e798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20N=C3=B6the?= Date: Wed, 13 Apr 2022 18:59:40 +0200 Subject: [PATCH] Remove parallel=True for neighbor_waveform_sum (#1878) --- ctapipe/image/extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctapipe/image/extractor.py b/ctapipe/image/extractor.py index 03aa5048714..34343bd36c3 100644 --- a/ctapipe/image/extractor.py +++ b/ctapipe/image/extractor.py @@ -194,7 +194,7 @@ def extract_sliding_window(waveforms, width, sampling_rate_ghz, sum_, peak_time) peak_time[0] /= sampling_rate_ghz -@njit(parallel=True, cache=True) +@njit(cache=True) def neighbor_average_waveform(waveforms, neighbors_indices, neighbors_indptr, lwt): """ Obtain the average waveform built from the neighbors of each pixel