Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Lostanlen committed Dec 3, 2018
1 parent 23f7bf7 commit 825d4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birdvoxdetect/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def process_file(filepath,
chunk_likelihoods.append(chunk_likelihood)

# Concatenate predictions.
likelihood = np.squeze(np.concatenate(chunk_likelihoods))
likelihood = np.squeeze(np.concatenate(chunk_likelihoods))

# Find peaks.
peak_locs, _ = scipy.signal.find_peaks(likelihood)
Expand Down

0 comments on commit 825d4f3

Please sign in to comment.