Skip to content

Random RuntimeError in ell_rational_field/lfunctions #37293

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

Open
2 tasks done
tobiasdiez opened this issue Feb 11, 2024 · 0 comments
Open
2 tasks done

Random RuntimeError in ell_rational_field/lfunctions #37293

tobiasdiez opened this issue Feb 11, 2024 · 0 comments

Comments

@tobiasdiez
Copy link
Contributor

Steps To Reproduce

https://github.com/sagemath/sage/actions/runs/7635126339/job/20800039628?pr=36960#step:10:8417

Expected Behavior

Test pass

Actual Behavior

sage -t --random-seed=47305490746967553648694173593624918461 src/sage/schemes/elliptic_curves/ell_rational_field.py
**********************************************************************
File "src/sage/schemes/elliptic_curves/ell_rational_field.py", line 3606, in sage.schemes.elliptic_curves.ell_rational_field.EllipticCurve_rational_field.lseries_gross_zagier
Failed example:
    L(2) + E.lseries_gross_zagier(A^2)(2)
Exception raised:
    Traceback (most recent call last):
      File "/Users/runner/work/sage/sage/src/sage/doctest/forker.py", line 712, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/Users/runner/work/sage/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.schemes.elliptic_curves.ell_rational_field.EllipticCurve_rational_field.lseries_gross_zagier[6]>", line 1, in <module>
        L(Integer(2)) + E.lseries_gross_zagier(A**Integer(2))(Integer(2))
      File "/Users/runner/work/sage/sage/src/sage/modular/modform/l_series_gross_zagier.py", line 88, in __call__
        return self._dokchister(s, der)
      File "/Users/runner/work/sage/sage/src/sage/lfunctions/dokchitser.py", line 525, in __call__
        raise RuntimeError
    RuntimeError

Additional Information

No response

Environment

macos?

Checklist

  • I have searched the existing issues for a bug report that matches the one I want to file, without success.
  • I have read the documentation and troubleshoot guide
@tobiasdiez tobiasdiez changed the title Random RuntimeError in ell_rational_field Random RuntimeError in ell_rational_field/lfunctions Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants