Skip to content

MAINT: special: Mark a test that fails on i686 as a known failure. #7937

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

Merged
merged 1 commit into from
Sep 27, 2017

Conversation

WarrenWeckesser
Copy link
Member

The calculation special.fdtri(1, 1, 0.5) sometimes returns nan on i686
systems. Before the change in #7919,
the test suite had this comment:

# cephes.fdtri(1,1,0.5)  #BUG: gives NaN, should be 1

but there was no issue for tracking the problem. That test was restored
in gh-7919, and it passes on 64 bit architectures.

This change makes that calculation a separate test that is marked as a
known failure. The github issue for this test is now gh-7931.

The calculation `special.fdtri(1, 1, 0.5)` sometimes returns nan on i686
systems.  Before the change in scipy#7919,
the test suite had this comment:

    # cephes.fdtri(1,1,0.5)  #BUG: gives NaN, should be 1

but there was no issue for tracking the problem.  That test was restored
in scipygh-7919, and it passes on 64 bit architectures.

This change makes that calculation a separate test that is marked as a
known failure.  The github issue for this test is now scipygh-7931.
@rgommers
Copy link
Member

Let's unbreak the daily builds on https://travis-ci.org/MacPython/scipy-wheels/builds, in it goes.

@rgommers rgommers merged commit 541b5dd into scipy:master Sep 27, 2017
@rgommers
Copy link
Member

Thanks Warren

@rgommers rgommers added maintenance Items related to regular maintenance tasks scipy.special labels Sep 27, 2017
@rgommers rgommers added this to the 1.1.0 milestone Sep 27, 2017
@WarrenWeckesser WarrenWeckesser deleted the skip-fdtri-test branch September 27, 2017 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks scipy.special
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants