-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
Mark some slow tests as slow #37363
Mark some slow tests as slow #37363
Conversation
@Pietro-D Please don't positive review when doctests fail (I forgot to mark a block as # long time) But I cannot fix it right now, I am busy with some other work. |
Sorry, I am new to open source contribution and I am still understanding how the process works |
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.
The error traceback indicates that there was an issue with the initialization of the Sage environment, possibly related to the GAP interface.
Thanks everyone (why are there so many people haha), I am away these few days so this will be stalled for a few days. Sorry for that! |
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.
LGTM
Co-authored-by: Matthias Köppe <mkoeppe@math.ucdavis.edu>
Thanks! |
Documentation preview for this PR (built with commit f570e7a; changes) is ready! 🎉 |
Please do not set tickets with failing CI tests to positive review. Needs fixing:
|
Sorry for the delay, I have fixed the problem. @mkoeppe do you mind reviewing this again? (Just look at the latest commit, should be trivial) |
Test failure in CI |
hopefully ifxed |
src/sage/combinat/root_system/root_lattice_realization_algebras.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Matthias Köppe <mkoeppe@math.ucdavis.edu>
…s.py Co-authored-by: Matthias Köppe <mkoeppe@math.ucdavis.edu>
Co-authored-by: Matthias Köppe <mkoeppe@math.ucdavis.edu>
src/sage/combinat/root_system/root_lattice_realization_algebras.py
Outdated
Show resolved
Hide resolved
src/sage/combinat/root_system/root_lattice_realization_algebras.py
Outdated
Show resolved
Hide resolved
src/sage/combinat/root_system/root_lattice_realization_algebras.py
Outdated
Show resolved
Hide resolved
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.
Otherwise LGTM
…s.py Co-authored-by: Matthias Köppe <mkoeppe@math.ucdavis.edu>
…s.py Co-authored-by: Matthias Köppe <mkoeppe@math.ucdavis.edu>
…s.py Co-authored-by: Matthias Köppe <mkoeppe@math.ucdavis.edu>
Fixes #37356.
I ran
sage -t --warn-long 5 groups schemes rings
and added "# long time" when I see fit. There are a few tests that I didn't add.