Skip to content

Commit 9773294

Browse files
authored
test: add GTPSA tests on scenarios with contexts (#706)
1 parent 34476d6 commit 9773294

File tree

1 file changed

+6
-1
lines changed
  • DifferentiationInterface/test/Back/GTPSA

1 file changed

+6
-1
lines changed

DifferentiationInterface/test/Back/GTPSA/test.jl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ for backend in [AutoGTPSA()]
1616
end
1717

1818
# Test no Descriptor (use context)
19-
test_differentiation(AutoGTPSA(); type_stability=:full, logging=LOGGING);
19+
test_differentiation(
20+
AutoGTPSA(),
21+
default_scenarios(; include_constantified=true);
22+
type_stability=:full,
23+
logging=LOGGING,
24+
);
2025

2126
# Test with Descriptor:
2227
d1 = GTPSA.Descriptor(20, 2) # 20 variables to 2nd order

0 commit comments

Comments
 (0)