-
Notifications
You must be signed in to change notification settings - Fork 10
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
TypeError in expression_profile.py #19
Comments
Yes. sympy is using a 5 argument version of ast.Call which was |
Here's a monkey patch (might create a pull request if I have time)
|
Ok... I created a pull request. Let's see what happens :) |
thank you very much it helped indeed :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I encountered an error when calling the imat function:
I can track it down to a sympy call by
parse_expr
:A minimal example to reproduce the error would be:
Do you have any clue what's going on here?
extended log file
python 3.7.2+
sympy 1.3
The text was updated successfully, but these errors were encountered: