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
#84 should have failed as DoesNotExist is no longer defined by ChainRulesCore (renamed to NoTangent)
(fixed in #85)
but there are no actual tests of that directly.
Which makes JuliaDiff/ChainRulesCore.jl#292 kinda pointless.
It should be relatively straight forward to set them up using ChainRulesTestUtils.
The text was updated successfully, but these errors were encountered:
#84 should have failed as
DoesNotExist
is no longer defined by ChainRulesCore (renamed toNoTangent
)(fixed in #85)
but there are no actual tests of that directly.
Which makes JuliaDiff/ChainRulesCore.jl#292 kinda pointless.
It should be relatively straight forward to set them up using ChainRulesTestUtils.
The text was updated successfully, but these errors were encountered: