-
-
Notifications
You must be signed in to change notification settings - Fork 619
Doctest improvements to symbolic GCD #23845
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
Comments
Changed dependencies from pynac-0.7.12 to #23950 |
Changed upstream from Fixed upstream, in a later stable release. to none |
comment:2
Can you reproduce this, I have with 8.1beta9:
|
comment:3
Confirmed. We don't expand automatically because products allow quick solutions and need time to expand. I should add this to the |
comment:4
Maybe this can be fixed. If so, this ticket will add doctests. |
comment:6
#24262 fixes the problem. No doctests yet, as far as I can tell... |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Commit: |
Author: Ralf Stephan |
Reviewer: Travis Scrimshaw |
comment:10
Trivial typo: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:12
Thanks. |
Changed branch from u/rws/doctest_improvements_to_symbolic_gcd to |
The following all give errors:
This is fixed in Pynac master and should be doctested here.
Note that although Singular supports algebraic GCD Pynac uses Singular only in rational mode. Use a dedicated polynomial ring instead of symbolics if you want algebraic GCD.
Depends on #23950
Component: symbolics
Author: Ralf Stephan
Branch/Commit:
41ea681
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/23845
The text was updated successfully, but these errors were encountered: