Skip to content

Commit

Permalink
Update mesmer_m/harmonic_model.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>
  • Loading branch information
snath-xoc and mathause authored Sep 21, 2022
1 parent 93e74cf commit 79f91a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mesmer_m/harmonic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def fit_fourier_series_np(x, y, n, repeat=False):

coeffs = np.linalg.lstsq(A, y)[0]

#print(coeffs.shape)
y_pred = generate_fourier_series_np(coeffs, n, x_train, mon_train)

return coeffs, y_pred
Expand Down

0 comments on commit 79f91a0

Please sign in to comment.