We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d366f09 commit d8c777cCopy full SHA for d8c777c
1 file changed
DifferentiationInterface/test/Back/ForwardDiff/test.jl
@@ -42,7 +42,11 @@ end
42
)
43
44
test_differentiation(
45
- AutoForwardDiff(); correctness=false, type_stability=:prepared, logging=LOGGING
+ AutoForwardDiff();
46
+ correctness=false,
47
+ type_stability=:prepared,
48
+ excluded=[:hvp], # TODO: toggle
49
+ logging=LOGGING,
50
51
52
0 commit comments