From 0c94c4c202fab91ca8e896397e5bb671e47e5057 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Mon, 12 May 2025 10:52:44 +0200 Subject: [PATCH] docs!: remove mention of `default_scenarios` in `test_differentiation` --- DifferentiationInterfaceTest/src/test_differentiation.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DifferentiationInterfaceTest/src/test_differentiation.jl b/DifferentiationInterfaceTest/src/test_differentiation.jl index e80d4e3d6..f333150a8 100644 --- a/DifferentiationInterfaceTest/src/test_differentiation.jl +++ b/DifferentiationInterfaceTest/src/test_differentiation.jl @@ -13,7 +13,7 @@ This function always creates and runs a `@testset`, though its contents may vary # Positional arguments - `backends::Vector{<:AbstractADType}`: the backends to test -- `scenarios::Vector{<:Scenario}`: the scenarios on which to test them (defaults to the output of [`default_scenarios()`](@ref)) +- `scenarios::Vector{<:Scenario}`: the scenarios on which to test these backends. Defaults to a standard set of first- and second-order scenarios, whose contents are not part of the public API and may change without notice. # Keyword arguments