Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scipy.interpolate.tests.test_polyint::TestCubicSpline::test_general fails on 32-bit intel #9248

Closed
mwhudson opened this issue Sep 10, 2018 · 1 comment

Comments

@mwhudson
Copy link
Contributor

Reproducing code example:

python3.6 runtests.py -v -t scipy.interpolate.tests.test_polyint::TestCubicSpline::test_general

This one does fail with a debug build too.

Error message:

https://gist.github.com/mwhudson/b4977b2adf6faf25c9230a8694783ced

Scipy/Numpy/Python version information:

1.2.0.dev0+641bc92 1.14.5 sys.version_info(major=3, minor=6, micro=6, releaselevel='final', serial=0)
@ev-br
Copy link
Member

ev-br commented Sep 11, 2018

This looks like the precision is too tight, can be bumped to tol=2e-14 in
https://github.com/scipy/scipy/blob/master/scipy/interpolate/tests/test_polyint.py#L558

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants