Some tests are broken for SymPy 1.4
See original GitHub issueSymPy 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:
- Fix broken
collect()
calls ---- fixed by #48 - The fix for order change issue also needs to be delayed until the explicitly change to use SymPy 1.4 in CI after the collect() issue is addressed ---- fixed by #164
- <del>adding a CI build for SymPy master so these issues can be detected sooner</del> tracked by #94
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
sympy/sympy - Gitter
I'm just running some tests in the printing module, but even without making any changes to any files, pytest is reporting 8 failed...
Read more >Gotchas and Pitfalls - SymPy 1.11 documentation
These are some of the gotchas and pitfalls that you may encounter when using ... However, this tests expressions exactly, not symbolically.
Read more >Error when running Simpify (Python's Sympy) - Stack Overflow
I am trying to convert a string to a formula using sympify, but I get an error. test001.py import sys sys.path.append('/home ...
Read more >Source code for sympy.core.compatibility
Also some functions that are needed SymPy-wide and are located here for easy import. ... which will override the checks here, including the...
Read more >Google Code Archive - Google Code
sympy - issue #3606 ... For some floating point coefficients, solve gives the wrong result. The examples I've found are all cases where...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
The tasks in this issue are either done or tracked by separate issues, as reflected in the updated main thread. Closing.