-
-
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
Fix bug with comparison to 1 in IndexedFreeModuleElement #34084
Comments
Reviewer: Travis Scrimshaw |
comment:2
This is dangerous as a module does not have to implement a The same change should be done in |
comment:3
Sounds good. Is there any examples of modules that don’t implement .one_basis that come to mind? I want to make sure I can add an example in the doctest where the fix I had breaks. |
comment:4
I think one of the bases for the |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
Thanks. LGTM. |
Changed keywords from gsoc2022 one-basis indexed-free-module to gsoc2022, one basis, indexed free module |
Changed branch from u/tkarn/indexed-element-one-basis to |
There is a monomial basis comparison to 1 in IndexedFreeModule element. This ticket expands it to a comparison with
.one_basis()
.CC: @tscrim @trevorkarn
Component: linear algebra
Keywords: gsoc2022, one basis, indexed free module
Author: Trevor K. Karn
Branch/Commit:
2269b23
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/34084
The text was updated successfully, but these errors were encountered: