Open himoto opened 2 hours ago
It should just be https://github.com/SciML/diffeqpy/pull/152. Can you try that really quick? We probably need a test to catch this better.
Thanks for fixing! Just now I confirmed that #152 resolves this issue. Also, I am happy to write a test code for the jitted SDE problem.
please do. I'll just merge this and you can follow up with a test PR. I won't be able to do the release until later tonight though.
Keeping this open for the test
Keeping this open for the test
Describe the bug 🐞
I still get the error when jitting the SDE problem even after #149. However, the error seems to be caused by
de.jit32
, notde.jit
.Minimal Reproducible Example 👇
Error & Stacktrace ⚠️
When I define
de.jit_
in the way fixed in #149, the jitted SDE works. Therefore, I'm sure that the change made in #149 definitely resolves the issue I have encountered in #148.Environment (please complete the following information):