-
-
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
Fusion ring refactoring #35501
base: develop
Are you sure you want to change the base?
Fusion ring refactoring #35501
Conversation
…r a couple issues with get_order and FusionRingFromWCR.__classcall__. Need some documentation/explanation in FusionRing constructor
…ith original FusionRing. 10 get_order /__classcall__ doctests still failing...
Edit docstring to FusionRing
I've sent the invite to org and team |
@mkoeppe Thanks! |
Some quick comments on this for @willieab
|
Also the tests show a problem with set_order. I think the test failures in verlinde_algebra.py need to be debugged. |
I started a PR that would import Travis' changes to #35387 and can probably finish it today or early tomorrow. I think doctest errors need investigating. |
@willieab Because there is no longer a file |
Also, another general docstring comment. Remember that docstrings should have a short one-sentence description first, then followed by the more detailed paragraph explanation (if necessary). |
@dwbump It would be better for reviewer changes to have PRs done to the author’s individual fork rather than in the general Sage repo. Otherwise this creates separate threads/PRs that need further manual intervention and pollutes the search feature here. |
The only github repository I can push to is my own. Willie` can merge this PR into his. Eventually we can try to merge Willie's branch into sage. at which point there will be a (minor) problem, because the two branches are forks and the merge will not be a clean one. However that won't be too hard to take care of and I don't see a better way to proceed. Am I missing something? |
From your repository you can open a PR against any fork of the Sage repo, including Willie's, not just the main repo. |
📚 Description
Re-factoring the FusionRing code to expand its functionality from dealing exclusively with Verlinde algebras. Unifies VerlindeAlgebra and FusionDouble class.
📝 Checklist
⌛ Dependencies