Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aramis Dufour authored and Aramis Dufour committed May 13, 2024
1 parent b1ce426 commit 926b18b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/spcqe/test_basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def test_basis_2(self):
basis_a = make_basis_matrix(num_harmonics=10, length=1000, periods=[11, 17], trend=True)
basis_b = basis_2(10, 1000, 17, 11)
np.testing.assert_array_equal(basis_a, basis_b)
self.assertEqual(basis_a.shape[1], 50)

def test_multiple_harmonics(self):
basis = make_basis_matrix(num_harmonics=[3, 4], length=100, periods=[11, 17], trend=True)
Expand Down

0 comments on commit 926b18b

Please sign in to comment.