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
Thanks, that should indeed not be there. I tried this to fix a type instability when using single precision (Float32), but that was not the right solution. Rather, I just needed to fix type type of q, which I also did.
It is strange that this was not picked up by the tests, which probably means the while block surrounding it was never ran.
This call to
//
is causing issues in our TDVP code: https://github.com/Jutho/KrylovKit.jl/blob/v0.9.0/src/matrixfun/expintegrator.jl#L207 (which was introduced in #106, and included in KrylovKit.jl v0.9).It looks like
q
is a floating point value, so//
fails. This reproduces the issue:The text was updated successfully, but these errors were encountered: