Skip to content

Commit d048836

Browse files
j-bowhaytylerjereddy
authored andcommitted
TST: interpolate: small tolerance bump to TestAAA.test_basic_functions
1 parent 246c740 commit d048836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy/interpolate/tests/test_bary_rational.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def test_residues(self):
201201
[(lambda x: np.abs(x + 0.5 + 0.01j), 5e-13, 1e-7),
202202
(lambda x: np.sin(1/(1.05 - x)), 2e-13, 1e-7),
203203
(lambda x: np.exp(-1/(x**2)), 3.5e-13, 0),
204-
(lambda x: np.exp(-100*x**2), 7e-13, 0),
204+
(lambda x: np.exp(-100*x**2), 8e-13, 0),
205205
(lambda x: np.exp(-10/(1.2 - x)), 1e-14, 0),
206206
(lambda x: 1/(1+np.exp(100*(x + 0.5))), 2e-13, 1e-7),
207207
(lambda x: np.abs(x - 0.95), 1e-6, 1e-7)])

0 commit comments

Comments
 (0)