Skip to content

Commit 8e093bb

Browse files
authored
Update DifferentiationInterfaceTest/src/scenarios/scenario.jl
1 parent d970daf commit 8e093bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DifferentiationInterfaceTest/src/scenarios/scenario.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct Scenario{op,pl_op,pl_fun,F,X,Y,T<:Union{Nothing,NTuple},C<:Tuple,R1,R2,P<
3535
res1::R1
3636
"second-order result of the operator (if applicable)"
3737
res2::R2
38-
"named tuple of arguments passed to preparation, without the function"
38+
"named tuple of arguments passed to preparation, without the function - the required keys are a subset of `(; y, x, t, contexts)` depending on the operator"
3939
prep_args::P
4040
"name of the scenario for display in test sets and dataframes"
4141
name::Union{String,Nothing}

0 commit comments

Comments
 (0)