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 for this bug report. This looks like an oversight with the AD translation to Enzyme compatibility. I'll tag @cgeoga to make sure this hasn't percolated through other code bases as well. Need to check all the series that use this function
Hi,
I believe that arguments in this condition:
Bessels.jl/src/BesselFunctions/besseli.jl
Line 626 in fa3a1cb
should be reversed, ie
Math.check_convergence(s, t) && break
Currently the loop spins 3k times causing slow evaluation.
The text was updated successfully, but these errors were encountered: