You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My package was build using v1.0 but after updating to v2.0 the same code has becoming extremely slow and causing memory errors. I have a for loop with 14 iterations where I do symbolic calculations. After updating to v2, Julia exists abruptly after a few iterations, even though I tested that I can manually run each iteration individually. It would appear that SymPy.solveset in the new version cannot handle large equations like the old one. I'm not even sure what the problem is because the loop constantly causes Julia breakdown.
I have move my development to WSL+Docker and there is no problem there with the new SymPy version, but on Windows itself this problem persists and SymPyPythonCall is even worse as it kills my computer instantly. Very strange...
My package was build using v1.0 but after updating to v2.0 the same code has becoming extremely slow and causing memory errors. I have a
for
loop with 14 iterations where I do symbolic calculations. After updating to v2, Julia exists abruptly after a few iterations, even though I tested that I can manually run each iteration individually. It would appear thatSymPy.solveset
in the new version cannot handle large equations like the old one. I'm not even sure what the problem is because the loop constantly causes Julia breakdown.These are some of the errors I got:
or
The text was updated successfully, but these errors were encountered: