-
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
Failing tests: sympy.parsing.sympy_tokenize not found (and others) #40
Comments
|
After that bit, a few tests still fail but with other issues:
These are the packages I've got here in the venv:
|
Those new errors look to be caused by |
Thanks very much! I reckon travis didn't catch it because it pulled in sympy 1.1 for some reason. |
Running
python setup.py test
in a fresh python3 virtual environment shows this failure:sympy.parsing.simpy_tokenize
is not part of sympy any more. It seems it was dropped in sympy 1.2 in favour of the standard library's tokenize: https://github.com/sympy/sympy/wiki/Release-Notes-for-1.2it is used in
nineml/abstraction/expressions/parser.py:11:from sympy.parsing.sympy_tokenize import NAME, OP
The text was updated successfully, but these errors were encountered: