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

Turn some doctests in ell_rational_field.py into long tests #38824

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

S17A05
Copy link
Member

@S17A05 S17A05 commented Oct 17, 2024

Fixes #38813

Some of the doctests in ell_rational_field.py ran into RuntimeErrors and couldn't compute generators in time, causing tests to fail. Turning them into long tests (which is necessary since they have to run longer in some cases) fixes that problem.

Also added some missing spaces.

Copy link

github-actions bot commented Oct 17, 2024

Documentation preview for this PR (built with commit aeb512f; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

@fchapoton
Copy link
Contributor

probably a side-effect of #38461

@S17A05
Copy link
Member Author

S17A05 commented Oct 18, 2024

I can't reproduce the timeout of matrix_integer_dense.pyx in the CI test, but it seems unrelated

Copy link
Contributor

@fchapoton fchapoton left a comment

Choose a reason for hiding this comment

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

ok, thanks

@fchapoton fchapoton added s: positive review sd128 tickets of Sage Days 128 Le Teich and removed s: needs review labels Feb 12, 2025
vbraun pushed a commit to vbraun/sage that referenced this pull request Feb 18, 2025
…long tests

    
Fixes sagemath#38813

Some of the doctests in `ell_rational_field.py` ran into RuntimeErrors
and couldn't compute generators in time, causing tests to fail. Turning
them into long tests (which is necessary since they have to run longer
in some cases) fixes that problem.

Also added some missing spaces.
    
URL: sagemath#38824
Reported by: Sebastian A. Spindler
Reviewer(s): Frédéric Chapoton, Sebastian A. Spindler
@vbraun vbraun merged commit 0a278fc into sagemath:develop Feb 21, 2025
20 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: elliptic curves sd128 tickets of Sage Days 128 Le Teich t: bug t: tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

doctest failure in schemes/elliptic_curves/ell_rational_field.py
3 participants