- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 559
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
ExpressionTreeWalker fails on some functions #19464
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:5
The changes make New commits:
|
Commit: |
Author: Ralf Stephan |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
There is an incompatibility with #12121 which also fixes the issue. The ticket completely removes the handmade |
comment:8
OK, duplicate. |
In some tickets (eg #15024, #16813) this doctest from
symbolic/expression_conversions.py
fails because the set of functions returned by
random_expr
contains one offloor
/ceil
which currently don't accept thehold
keyword:This would affect any use of the walker or its subclasses on
floor
expressions.The reason is that both functions handle their calls themselves (instead of relying on superclass functionality) because at the time it was deemed necessary to provide a keyword named
maximum_bits
.Component: symbolics
Author: Ralf Stephan
Branch/Commit: u/rws/expressiontreewalker_fails_on_some_functions @
d2afc44
Issue created by migration from https://trac.sagemath.org/ticket/19464
The text was updated successfully, but these errors were encountered: