Skip to content

Commit

Permalink
Remove numba decorator
Browse files Browse the repository at this point in the history
The decorator cannot do anything.
  • Loading branch information
WenzDaniel authored Jan 16, 2024
1 parent cca3d92 commit 6fe7dee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion straxen/plugins/led_cal/led_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit 6fe7dee

Please sign in to comment.