We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9868e commit 2801c01Copy full SHA for 2801c01
1 file changed
DifferentiationInterface/test/Core/SimpleFiniteDiff/test.jl
@@ -74,7 +74,14 @@ end
74
logging = LOGGING,
75
)
76
77
- test_differentiation(backends, complex_scenarios(); logging = LOGGING)
+ test_differentiation(
78
+ vcat(
79
+ backends[2:3],
80
+ AutoReverseFromPrimitive(AutoSimpleFiniteDiff(; chunksize = 1))
81
+ ),
82
+ complex_scenarios();
83
+ logging = LOGGING
84
+ )
85
end
86
87
@testset "Sparse" begin
0 commit comments