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 34476d6 commit 9773294Copy full SHA for 9773294
DifferentiationInterface/test/Back/GTPSA/test.jl
@@ -16,7 +16,12 @@ for backend in [AutoGTPSA()]
16
end
17
18
# Test no Descriptor (use context)
19
-test_differentiation(AutoGTPSA(); type_stability=:full, logging=LOGGING);
+test_differentiation(
20
+ AutoGTPSA(),
21
+ default_scenarios(; include_constantified=true);
22
+ type_stability=:full,
23
+ logging=LOGGING,
24
+);
25
26
# Test with Descriptor:
27
d1 = GTPSA.Descriptor(20, 2) # 20 variables to 2nd order
0 commit comments