From 6fe7deee1e6105eb869cd576fef22c5856a6f8b4 Mon Sep 17 00:00:00 2001 From: Daniel Wenz <43881800+WenzDaniel@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:58:01 +0100 Subject: [PATCH] Remove numba decorator The decorator cannot do anything. --- straxen/plugins/led_cal/led_calibration.py | 1 - 1 file changed, 1 deletion(-) diff --git a/straxen/plugins/led_cal/led_calibration.py b/straxen/plugins/led_cal/led_calibration.py index 9b97826ae..9aa7fa2e4 100644 --- a/straxen/plugins/led_cal/led_calibration.py +++ b/straxen/plugins/led_cal/led_calibration.py @@ -228,7 +228,6 @@ def pulse_dtype(): return pulse_dtype @staticmethod - @numba.jit(nopython=True) def calc_delta_time(ext_timings_nv_delta_time, pulses, hitlets_nv, nv_pmt_start, nv_pmt_stop): """Numpy access with fancy index returns copy, not view This for-loop is required to substitute in one by one."""