Skip to content

Commit d8c777c

Browse files
committed
Type stability tests
1 parent d366f09 commit d8c777c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • DifferentiationInterface/test/Back/ForwardDiff

DifferentiationInterface/test/Back/ForwardDiff/test.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ end
4242
)
4343

4444
test_differentiation(
45-
AutoForwardDiff(); correctness=false, type_stability=:prepared, logging=LOGGING
45+
AutoForwardDiff();
46+
correctness=false,
47+
type_stability=:prepared,
48+
excluded=[:hvp], # TODO: toggle
49+
logging=LOGGING,
4650
)
4751

4852
test_differentiation(

0 commit comments

Comments
 (0)