We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada4822 commit cfee703Copy full SHA for cfee703
test/ruleset_loading.jl
@@ -19,8 +19,8 @@
19
@test Set(frule_history[end-1:end]) == Set((typeof(+), typeof(-)))
20
@test Set(rrule_history[end-1:end]) == Set((typeof(+), typeof(-)))
21
22
- clear_new_rule_hooks!(frule)
23
- clear_new_rule_hooks!(rrule)
+ ChainRulesCore.clear_new_rule_hooks!(frule)
+ ChainRulesCore.clear_new_rule_hooks!(rrule)
24
end
25
26
@testset "_primal_sig" begin
0 commit comments