Jutho / KrylovKit.jl

Krylov methods for linear problems, eigenvalues, singular values and matrix functions
Other
284 stars 37 forks source link

WARNING: using ChainRulesCore.add!! in module KrylovKit conflicts with an existing identifier. #82

Closed atbug closed 6 months ago

atbug commented 6 months ago

This is the warning I get when using KrylovKit with julia --compiled-modules=no.

lkdvos commented 6 months ago

Hi atbug, I think for now this warning is mostly harmless (unless you have any concrete issues?). I am working on moving the AD rules to a package extension, which should fix this. (See #83 )

atbug commented 6 months ago

Thank you. I don't have any concrete issues. I am just a little bit allergic to warnings.

lkdvos commented 6 months ago

I totally understand, I get that feeling too sometimes 😊