Skip to content

Commit

Permalink
Merge branch 'develop' into feature/pls
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus authored Nov 7, 2023
2 parents e7c79af + 4207c4d commit e0c4ab5
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 e0c4ab5

Please sign in to comment.