Closed sriharikrishna closed 1 year ago
I've just enabled complex types on the latest commit. Give it a try and if there are issues, let me know.
To install the latest commit:
pip install git+https://github.com/rtqichen/torchdiffeq
Works for me now. Thanks!
I still see the same issue with torchdiffeq 0.2.3
For me this issue is still present even when installing via pip with pip install git+https://github.com/rtqichen/torchdiffeq
Do you have an example that can reproduce the error?
Nevermind, this seems to be a problem with pip. The version was never actually updated. I had to explicitly uninstall the package first and then install the git version.
It does not seem possible to use
odeint
with complex arguments. Is this a feature that will be supported in the future? Here is my MWE:Output: