Skip to content

Commit a5ecbe0

Browse files
authored
test: shorten Mooncake test suite (#985)
1 parent 9780927 commit a5ecbe0

File tree

1 file changed

+15
-2
lines changed
  • DifferentiationInterface/test/Back/Mooncake

1 file changed

+15
-2
lines changed

DifferentiationInterface/test/Back/Mooncake/test.jl

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,20 @@ end
2323

2424
test_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,
@@ -49,6 +61,7 @@ end
4961
# Test second-order differentiation (forward-over-reverse)
5062
test_differentiation(
5163
[SecondOrder(AutoMooncakeForward(), AutoMooncake())],
64+
nomatrix(default_scenarios());
5265
excluded = EXCLUDED,
5366
logging = LOGGING,
5467
)

0 commit comments

Comments
 (0)