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

src/sage/graphs/generic_graph.py: work around doctest hang #38851

Merged
merged 1 commit into from
Oct 26, 2024

Commits on Oct 25, 2024

  1. src/sage/graphs/generic_graph.py: work around doctest hang

    One doctest in this file is "hanging" on ARM64 and RISC-V as GLPK
    tries courageously to solve a MIP. A tweak to the solver options
    allows this problem to be solved on those two architectures without
    affecting any others. This is unlikely to solve the general problem,
    but it may buy us some time.
    
    Closes sagemath#34575
    Closes sagemath#38831
    orlitzky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f592087 View commit details
    Browse the repository at this point in the history