Michael
Michael
Same. The task takes less than a minute to run and I assume that nothing is actually being done.
I'll give that a try, thanks! I don't need arbitrary precision so it should work.
Also, this is partly related. When I try to use symengine for multiprocessing purposes, I get the error: `TypeError: no default __reduce__ due to non-trivial __cinit__` I know this is...
I believe that's it. I'm using matrices within the python wrapper, and I'm trying to reduce a matrix to pass to another process (as in input argument) How would I...
No that fully makes sense, and thank you. I think I'm going to attempt my own implementation, or at least try. You said there's a '__reduce__' present in 'Basic' right?...