Skip to content

Add test to avoid max recursion errors #1

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
wants to merge 1 commit into
base: graphs/non_recursive_gomory_hu_tree
Choose a base branch
from

Conversation

Telijas
Copy link

@Telijas Telijas commented Nov 20, 2024

This PR adds one test to the new non recursive version of the Gomory Hu processing. A test was missing to show that no recursion error occurs.
The test gets the current max recursion depth of the system, creates a graph with a unique Gomory Hu tree (path here) and computes it.
The new version of Gomory Hu is added with sagemath#38791

📝 Checklist

  • The title is concise and informative.
  • The description explains in detail what this PR is about.
  • I have linked a relevant issue or discussion.
  • I have created tests covering the changes.
  • I have updated the documentation and checked the documentation preview.

⌛ Dependencies

sagemath#38791

@dcoudert
Copy link
Owner

dcoudert commented Feb 8, 2025

Hello, I just see this PR and I don't think it's the right place. Can you open a new PR on the main sagemath repository (https://github.com/sagemath/sage).

dcoudert pushed a commit that referenced this pull request Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants