-
-
Notifications
You must be signed in to change notification settings - Fork 564
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 multiplication of number field element * ZZ-vector by handling latex names of number field generators #30360
Comments
comment:2
It's not really the pushout that's failing here:
|
comment:3
I think the methods |
Changed keywords from pushout, free module to action, scalar, free module |
Commit: |
comment:8
You are right, the action is missing.
|
comment:9
It looks like this is because of a unique representation / equality bug for number fields |
comment:10
Looking at
|
comment:11
This bug seems specific to quadratic fields:
|
comment:12
That's why they're not equal... |
comment:13
|
comment:14
Also
|
comment:15
Looks like |
comment:16
One more broken thing:
|
Dependencies: #30372 |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Author: Matthias Koeppe |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:32
I am not sure about this: if latex_name is None and latex_names is not None:
latex_name = latex_names I would expect |
comment:33
This is passed on to the |
Reviewer: Travis Scrimshaw |
comment:34
Okay, good. Then let's wait for the patchbot, but if that is green, then positive review. |
comment:35
Thanks! |
comment:36
PDF docs don't build |
comment:37
@vbraun: Can you be more precice? Is this on a test branch on top of other tickets? The patchbot exceeds disk quota due to For me, documentation builds just fine. |
comment:39
PDF docs don't build (non-pdf is ok) |
comment:40
|
comment:41
I think the problem is in |
comment:42
Replying to @tscrim:
I think that fixes it. Please double-check. What a cryptic error message through... New commits:
|
comment:43
Thanks, this did the job. |
Changed branch from public/coercion/latex_names-30360 to |
It doesn't matter whether you specify the embedding or not.
Depends on #30372
CC: @videlec @tscrim
Component: coercion
Keywords: action, scalar, free module
Author: Matthias Koeppe, Francis Clarke
Branch/Commit:
a3c790f
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/30360
The text was updated successfully, but these errors were encountered: