Skip to content

Commit

Permalink
removed return value from harmonics_1d
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Oct 7, 2016
1 parent e4ccf86 commit 0907560
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions librosa/core/harmonic.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ def harmonics_1d(harmonic_out, x, freqs, h_range, kind='linear',
# Estimate the harmonic energy at this frequency across time
harmonic_out[tuple(idx_out)] = f_interp(harmonic * frequency)

return harmonic_out


def harmonics_2d(harmonic_out, x, freqs, h_range, kind='linear', fill_value=0,
axis=0):
Expand Down

0 comments on commit 0907560

Please sign in to comment.