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: skip test_bootstrap_against_theory #19501

Merged
merged 1 commit into from Nov 10, 2023

Conversation

tylerjereddy
Copy link
Contributor

  • skip test_bootstrap_against_theory() on 32-bit architecture because it is failing fairly frequently in CI with a memory error; I thought about placing a more granular skip on just the BCa parameter, which is the case that actually fails, but since many tests in this module already have the broad 32-bit skip I figured I'd just do that with an explanation for now

  • one drawback to using our in-house xfail_on_32bit construct as done here is that we can't set run=False, which I might be inclined to do, since MemoryError subclasses aren't guaranteed to be safe to recover from, but it doesn't seem to actually cause a crash...

[skip cirrus] [skip circle]

Example fails:
https://github.com/scipy/scipy/actions/runs/6788568241/job/18453856177?pr=19466
https://github.com/scipy/scipy/actions/runs/6803327498/job/18498407424?pr=19496

* skip `test_bootstrap_against_theory()` on 32-bit architecture
because it is failing fairly frequently in CI with a memory
error; I thought about placing a more granular skip on just
the `BCa` parameter, which is the case that actually fails,
but since many tests in this module already have the broad
32-bit skip I figured I'd just do that with an explanation for now

* one drawback to using our in-house `xfail_on_32bit` construct
as done here is that we can't set `run=False`, which I might
be inclined to do, since `MemoryError` subclasses aren't guaranteed
to be safe to recover from, but it doesn't seem to actually
cause a crash...

[skip cirrus] [skip circle]
@tylerjereddy tylerjereddy added scipy.stats maintenance Items related to regular maintenance tasks CI Items related to the CI tools such as CircleCI, GitHub Actions or Azure labels Nov 9, 2023
@mdhaber mdhaber merged commit d1c7866 into scipy:main Nov 10, 2023
19 of 21 checks passed
@j-bowhay j-bowhay added this to the 1.12.0 milestone Nov 10, 2023
@tylerjereddy tylerjereddy deleted the treddy_bootstrap_test_skip_32_bit branch November 10, 2023 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Items related to the CI tools such as CircleCI, GitHub Actions or Azure maintenance Items related to regular maintenance tasks scipy.stats
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants