Skip to content

Commit

Permalink
Minor rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Dec 18, 2024
1 parent d4048cb commit 65e4bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strax/processing/peak_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def compute_index_of_fraction(peak, fractions_desired, result):

@export
@numba.njit(cache=True, nogil=True)
def compute_center_times(peaks):
def compute_center_time(peaks):
result = np.zeros(len(peaks), dtype=np.int64)
for p_i, p in enumerate(peaks):
t = 0
Expand Down

0 comments on commit 65e4bba

Please sign in to comment.