-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Do not use pynac's poly_mul_expand function until it has been debugged #31479
Comments
Branch: public/31479 |
Commit: |
comment:3
Patchbot indicates doctest failures:
|
comment:4
The doctests that failed are the new ones that are added by this ticket. They will fail without the pynac patch that is on this ticket, but will pass if the patch is applied. I am pretty sure that the patchbot did not apply the patch to pynac. Is there something I should do to make the patchbot apply the patch? |
comment:5
Doctesting this ticket on MacOS 10.15.7 with
resulted in |
comment:8
The patch level in build/pkgs/pynac/package-version.txt needs to be incremented so the build system knows that pynac must be rebuilt... |
Changed branch from public/31479 to public/31479v2 |
Reviewer: Volker Braun |
comment:12
On 32-bit
|
comment:13
The answer is correct modulo I propose to mark the 32-bit version of this doctest |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Dependencies: #31554 |
comment:23
Circular dependency |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits: |
Changed dependencies from #31554 to none |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:27
Sorry for messing this up. |
Changed branch from public/31479v2 to |
Pynac's
poly_mul_expand
function silently produces wrong results when expanding certain sums. This ticket eliminates its use by pynac'sex::expand
method, and therefore provides a (temporary) fix for the problems reported in #31077 and #31411.This is part of metaticket #31478.
Use of the
poly_mul_expand
function can be re-enabled after the bugs have been fixed.CC: @egourgoulhon @mjungmath
Component: symbolics
Keywords: pynac, expand
Author: Dave Morris
Branch/Commit:
eeb6cc2
Reviewer: Volker Braun, Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/31479
The text was updated successfully, but these errors were encountered: