Skip to content

Commit

Permalink
remove redundant space
Browse files Browse the repository at this point in the history
  • Loading branch information
yuema137 committed Nov 14, 2024
1 parent 5a3beab commit 48d4e93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion strax/processing/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ def highest_density_region(data, fractions_desired, only_upper_part=False, _buff

# Process intervals with numba
fi, res = _process_intervals_numba(ind, gaps, fi, res, 0, _buffer_size)

if fi == len(fractions_desired):
return res, res_amp

Expand Down

0 comments on commit 48d4e93

Please sign in to comment.