Skip to content

Commit

Permalink
Make threshold more generous.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Nov 7, 2023
1 parent 9ff930d commit 4207c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skfda/tests/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ def test_historical(self) -> None:
np.testing.assert_allclose(
regression.coef_.data_matrix[0, ..., 0],
np.triu(self.coefficients.data_matrix[0, ..., 0]),
atol=0.3,
atol=0.35,
rtol=0,
)

Expand Down

0 comments on commit 4207c4d

Please sign in to comment.