Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 22, 2024
1 parent 2956023 commit 17afff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_harmonic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_fit_fourier_order_np(coefficients):
yearly_predictor, monthly_target, max_order=max_order
)

#np.testing.assert_equal(selected_order, len(coefficients) // 4)
# np.testing.assert_equal(selected_order, len(coefficients) // 4)

# fill up all coefficient arrays with zeros to have the same length 4*max_order
# to also be able to compare coefficients of higher orders than the original one
Expand Down

0 comments on commit 17afff8

Please sign in to comment.