-
-
Notifications
You must be signed in to change notification settings - Fork 541
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
Implement symmetry classes of plane partitions #35037
Implement symmetry classes of plane partitions #35037
Conversation
… size of box of parent (if defined), and largest bounding box otherwise
Codecov ReportBase: 88.59% // Head: 88.59% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #35037 +/- ##
=========================================
Coverage 88.59% 88.59%
=========================================
Files 2140 2140
Lines 396961 397657 +696
=========================================
+ Hits 351671 352290 +619
- Misses 45290 45367 +77
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
the seems to be a problem with NewType somewhere, see the build & test |
Are we sure that is a real error? It is something with |
The second argument of NewType must be a class, not a string. Either remove all annotations with PP (namely |
Okay, done. Let's try this again. |
Documentation preview for this PR is ready! 🎉 |
All tests now pass. Thanks @fchapoton |
@kevindilks @jessicapalencia @sagetrac-jangsookim Could one of you finish the review for this? It is just checking my last commits. |
one import of ZZ zhould be changed |
change the import of ZZ
@fchapoton Thank you. I wasn't aware it was easy to push review changes like that. (In fact, it is somewhat worrisome the default allows such pushes...) Is there anything else that needs to be done? |
I guess I may have been given some super-powers. Maybe I should have not done that, but it was such a simple change.. I think this is ready. |
I would be a bit surprised about that since you pushed to the branch on my fork. It might be a normal part of working on GH (I don't recall seeing anything about this on the transition/workflow guide). Then are you approving the PR? (I can't do this since it is coming from my fork.) |
when creating a pull request, there is a box to tick where you can allow changes on your own fork by the managers of the main repo. Yes, let me approve the thing here. I would rather squash all these commits, but it may complicated, no idea about what would happen with the new process.. |
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.
good to go, in my opinion
Ah, I see. It is a bit annoying that it is somewhat limited as well. There are definitely times I wish I could just push a change rather than do the inline comments (and I really do not want to fragment stuff with a separate PR). Well...it it what it is. Thank you. Squashing them might be complicated because of the different versions that this has been built with. It probably would be good, but I think something of squashing-all-commits-per-PR should be decided on sage-devel since it can have impacts on bisections and inspecting the change history. (Although this case might still benefit from it.) Anyways, perhaps for another time. |
Implement symmetric classes on plane partitions #28244