We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f5dd0 commit 133c04cCopy full SHA for 133c04c
1 file changed
DifferentiationInterface/test/Core/SimpleFiniteDiff/test.jl
@@ -7,12 +7,6 @@ using DifferentiationInterface:
7
using SparseMatrixColorings
8
using Test
9
10
-test_differentiation(
11
- AutoSimpleFiniteDiff(),
12
- default_scenarios(; include_normal=false, include_cachified=true);
13
- logging=true,
14
-)
15
-
16
LOGGING = get(ENV, "CI", "false") == "false"
17
18
backends = [ #
0 commit comments