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

TST: stats.nct: add test for crash with large nc #18066

Merged
merged 1 commit into from
Mar 1, 2023
Merged

Conversation

mdhaber
Copy link
Contributor

@mdhaber mdhaber commented Feb 27, 2023

Reference issue

Closes gh-17916

What does this implement/fix?

Here's a test of the most recent case reported in gh-17916. Tests for the other cases were merged in gh-17432.

Update: CI failures seem unrelated.

Additional information

Now we get a crash with stats.nct.cdf(2, 2, float(2**32)), but there are plans to fix this and exit more gracefully (#17916 (comment)). I don't think the issue needs to remain open on the SciPy side; it will be fixed when we update Boost again.

@mdhaber mdhaber added scipy.stats maintenance Items related to regular maintenance tasks labels Feb 27, 2023
@mdhaber mdhaber requested a review from mckib2 February 27, 2023 23:43
Copy link
Member

@tupui tupui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks Matt

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.stats
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: scipy 1.10.0 crashes when using a large float in skellam distr on apple silicon
2 participants