Skip to content

Commit 4f0e496

Browse files
authored
docs!: remove mention of default_scenarios in test_differentiation (#798)
1 parent 989bd8a commit 4f0e496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DifferentiationInterfaceTest/src/test_differentiation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This function always creates and runs a `@testset`, though its contents may vary
1313
# Positional arguments
1414
1515
- `backends::Vector{<:AbstractADType}`: the backends to test
16-
- `scenarios::Vector{<:Scenario}`: the scenarios on which to test them (defaults to the output of [`default_scenarios()`](@ref))
16+
- `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.
1717
1818
# Keyword arguments
1919

0 commit comments

Comments
 (0)