Skip to content

Commit

Permalink
increase test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fxbriol committed Apr 26, 2022
1 parent bd974b6 commit 434a781
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_genz_uniform(a, u, dim):
np.testing.assert_allclose(
np.sum(quadprob_genz_oscillatory.integrand(x_unif)) / n,
quadprob_genz_oscillatory.solution,
rtol=3e-02,
rtol=9e-02,
)
np.testing.assert_allclose(
np.sum(quadprob_genz_productpeak.integrand(x_unif)) / n,
Expand Down

0 comments on commit 434a781

Please sign in to comment.