-
-
Notifications
You must be signed in to change notification settings - Fork 557
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
calling GF(2)**2 breaks CyclicPermutationGroup(10).algebra(GF(5)) #20896
Comments
comment:1
Creatures from Sage Import Hell staring at you here... |
This comment has been minimized.
This comment has been minimized.
comment:3
Issue analysisScratching this itch and similar ones we have been getting, I have The issue is that, by design, Aim: toward singleton categoriesThis, together with other stuff I do (e.g. [1]) with colleagues from Let's see what this means for categories over a ring like Instead, to provide generic code, tests, ... we want a collection of
After all, the code provided in e.g. Of course, there can be cases, e.g. for typechecking, where it's handy We had already discussed approaches in this direction, in particular Proposition of designWe keep our current
Whenever some of the above category needs to be refined depending on Now what happens if one calls As a syntactical sugar, this returns the join Fine, now what's this latter gadget? It's merely a place holder with two roles:
Implementation details
Pros, cons, points to be discussedPros:
Cons:
Points to be debated:
[1] https://github.com/nthiery/sage-gap-semantic-interface |
comment:4
Something I've come across is that I have wanted to check category containment of objects (along with axioms), but with not necessarily knowing what the object's base ring is (or if it even has one), I couldn't get this to work easily. In particular, the category containment checking had trouble differentiating between when something was in |
comment:5
This seems to work fine in SageMath 9.1.beta8:
|
comment:6
time heals many things :-) |
It seems this is still there, only more hidden now: #39154 |
As reported on sage-devel
this is fine:
now, start a new Sage session:
CC: @kwankyu @nthiery
Component: categories
Issue created by migration from https://trac.sagemath.org/ticket/20896
The text was updated successfully, but these errors were encountered: