You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DifferentiationInterface/ext/DifferentiationInterfaceFastDifferentiationExt/DifferentiationInterfaceFastDifferentiationExt.jl
Copy file name to clipboardExpand all lines: DifferentiationInterfaceTest/src/test_differentiation.jl
+17-12Lines changed: 17 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ Testing:
14
14
- `correctness=true`: whether to compare the differentiation results with the theoretical values specified in each scenario
15
15
- If a backend object like `correctness=AutoForwardDiff()` is passed instead of a boolean, the results will be compared using that reference backend as the ground truth.
16
16
- Otherwise, the scenario-specific reference operator will be used as the ground truth instead, see [`AbstractScenario`](@ref) for details.
17
-
- `call_count=false`: whether to check that the function is called the right number of times
18
17
- `type_stability=false`: whether to check type stability with JET.jl (thanks to `@test_opt`)
19
18
- `sparsity`: whether to check sparsity of the jacobian / hessian
20
19
- `detailed=false`: whether to print a detailed or condensed test log
@@ -79,13 +78,18 @@ function test_differentiation(
0 commit comments