Skip to content

Commit

Permalink
Remove parallel=True for neighbor_waveform_sum (#1878)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe authored Apr 13, 2022
1 parent d254451 commit d4b9155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctapipe/image/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4b9155

Please sign in to comment.