File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
DifferentiationInterface/test/Back/Mooncake Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 2323
2424test_differentiation (
2525 backends[3 : 4 ],
26- default_scenarios (;
27- include_constantified = true , include_cachified = true , use_tuples = true
26+ default_scenarios ();
27+ excluded = SECOND_ORDER,
28+ logging = LOGGING,
29+ );
30+
31+ test_differentiation (
32+ backends[3 : 4 ],
33+ nomatrix (
34+ default_scenarios (;
35+ include_normal = false ,
36+ include_constantified = true ,
37+ include_cachified = true ,
38+ use_tuples = true
39+ )
2840 );
2941 excluded = SECOND_ORDER,
3042 logging = LOGGING,
4961# Test second-order differentiation (forward-over-reverse)
5062test_differentiation (
5163 [SecondOrder (AutoMooncakeForward (), AutoMooncake ())],
64+ nomatrix (default_scenarios ());
5265 excluded = EXCLUDED,
5366 logging = LOGGING,
5467)
You can’t perform that action at this time.
0 commit comments