question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Some tests are broken for SymPy 1.4

See original GitHub issue

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:

  • 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:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
asmeurercommented, Sep 27, 2019

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.

0reactions
utensilcommented, Dec 18, 2019

The tasks in this issue are either done or tracked by separate issues, as reflected in the updated main thread. Closing.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found