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
Right now on_new_rule just filters out any rules that require a RuleConfig argument.
Which is for e.g. rules that need to call back into the AD system.
See ChainRulesCore docs https://juliadiff.org/ChainRulesCore.jl/dev/config.html
That is the safe and easy thing to do.
but we should probably make it possible to get them.
Maybe push the filtering of those out on to the end-user.