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.special.tests.test_mpmath::TestSystematic::test_pcfw fails on 32-bit intel #9250

Closed
mwhudson opened this issue Sep 10, 2018 · 1 comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.special
Milestone

Comments

@mwhudson
Copy link
Contributor

This is the last of my 32-bit intel failures today :)

Reproducing code example:

python3.6 runtests.py -t scipy.special.tests.test_mpmath::TestSystematic::test_pcfw -m full

Error message:

https://gist.github.com/mwhudson/4de914c033a53133a77a40fd08cc53e8

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)
@rgommers rgommers added the defect A clear bug or issue that prevents SciPy from being installed or used as expected label Sep 12, 2018
@rgommers rgommers added this to the 1.2.0 milestone Sep 12, 2018
@rgommers
Copy link
Member

This is also a test precision issue.

        assert_mpmath_equal(pcfw,
                            mpmath.pcfw, [Arg(-5, 5), Arg(-5, 5)], rtol=1e-8, n=100)

E               Max |adiff|: 9.94987e-10
E Max |rdiff|: 1.72855e-08

Changing to rtol=2e-8 should fix things. Would be good to get a confirmation of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.special
Projects
None yet
Development

No branches or pull requests

3 participants