-
Notifications
You must be signed in to change notification settings - Fork 4
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
Bug in equivalence_decomposition ? #109
Comments
Somehow the unit part is wrong in this example. It's determined as 2 but it should have been 1. I didn't have time to look into this further. Should anybody have a chance to debug this further, I can probably fix it but at the moment I don't see where this wrong unit comes from. |
I think the problem is that
I haven't really tried to understand the code for |
Maybe the problem is that
|
|
(I'm on Zulip, if you want to discuss this.) |
I think I have a fix for this. Is there an upstream ticket already? |
No, I think there is none yet. We want to compute u, phi_i and e_i such that f \sim u*\prod_i phi_i^e_i. One could compute u in the last step, by comparing the reduction of Rf and of R\prod_i phi_i^e_i (for an equivalence unit R with the right valuation) and then lifting the missing constant factor to a unit u. |
leads to an assertion error:
The text was updated successfully, but these errors were encountered: