-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
sage.graphs
: Update # needs
, use block-scoped tags
#36026
Conversation
…-tags src/sage/graphs/generators/classical_geometries.py; ./sage -fixdoctests src/sage/graphs/generators/classical_geometries.py
…es]' src/sage/graphs/generators/smallgraphs.py; ./sage -fixdoctests src/sage/graphs/generators/smallgraphs.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are few places where block tags would certainly be nicer, but it's a matter of preferences.
Let's hope this giant PR will not cause too many conflicts with other open PR on graphs...
@@ -1441,13 +1441,13 @@ def vertex_connectivity(G, value_only=True, sets=False, k=None, solver=None, ver | |||
sage: from sage.graphs.connectivity import is_strongly_connected | |||
sage: from sage.graphs.connectivity import is_connected | |||
sage: empty = Graph() | |||
sage: vertex_connectivity(empty) | |||
sage: vertex_connectivity(empty) # needs sage.numerical.mip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could be at block level
@@ -2680,13 +2693,14 @@ def SwitchedSquaredSkewHadamardMatrixGraph(n): | |||
|
|||
EXAMPLES:: | |||
|
|||
sage: g=graphs.SwitchedSquaredSkewHadamardMatrixGraph(4) | |||
sage: g.is_strongly_regular(parameters=True) | |||
sage: g = graphs.SwitchedSquaredSkewHadamardMatrixGraph(4) # needs sage.modules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be block level
Thank you! |
There is a 💩 in src/sage/graphs/generators/smallgraphs.py which is probably also why the CI fails. Can we avoid settings positive review in that case? |
Sorry about this. Probably we should have a linter that checks for conflict markers. |
Documentation preview for this PR (built with commit 4d259d4; changes) is ready! 🎉 |
Cherry-picked from
Part of
📝 Checklist
⌛ Dependencies