-
Notifications
You must be signed in to change notification settings - Fork 64
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
Some tests are broken for SymPy 1.4 #31
Comments
Errors are due to:
|
I'll see if I can update the printing tests for Galgebra correspondingly. (I did not find any instances of |
That's because we are using nbval to verify LaTeX or enhanced console output for galgebra by the Jupyter Notebooks in
Thanks! The The real difficulty is the The The fix for order change issue also needs to be delayed until the explicitly change to use SymPy 1.4 in CI after the |
Once you get this fixed I would suggest adding a CI build for SymPy master so these issues can be detected sooner. We also plan to do a 1.5 release soon, so if you can test SymPy master now that would help. |
Good idea, this was also brought up in sympy/sympy#8365 (comment) and I forgot it. Added to the task list in the main thread of this issue. |
The tasks in this issue are either done or tracked by separate issues, as reflected in the updated main thread. Closing. |
SymPy 1.4 has just released and some tests are broken for SymPy 1.4, see build https://circleci.com/workflow-run/dcbd3c98-45c3-4c89-abd6-2ea97fa07b2c .
Freeze SymPy version to 1.3 to keep CI green for now.
Tasks:
collect()
calls ---- fixed by Add metric.collect for SymPy 1.4 compatibility #48adding a CI build for SymPy master so these issues can be detected soonertracked by Add a CI build for SymPy master #94The text was updated successfully, but these errors were encountered: