-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
python-style loops in sage.graphs
#36142
python-style loops in sage.graphs
#36142
Conversation
I do not understand why the checks are not running.. |
Me neither. I already saw that for instance in #35990. |
can you please tell me if sage builds and the doctests pass in src/graphs ? |
Yes I can compile and all doctests pass on graphs on my laptop. Furthermore, the GitHub bot has launched the tests. Wait and see ;) |
Documentation preview for this PR (built with commit a179563; changes) is ready! 🎉 |
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.
ok, merci. Feu vert
Merci à toi. |
Convert the loops of the form
for x from 0 <= x < n
insage.graphs
to python-style loops.📝 Checklist
⌛ Dependencies