Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DifferentiationInterfaceTest/src/scenarios/scenario.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This generic type should never be used directly: use the specific constructor co
$(TYPEDFIELDS)
"""
struct Scenario{op,pl_op,pl_fun,F,X,Y,T<:Union{Nothing,NTuple},C<:Tuple,R1,R2,S}
"function `f` (if `args==1`) or `f!` (if `args==2`) to apply"
"function `f` (if `pl_fun==:out`) or `f!` (if `pl_fun==:in`) to apply"
f::F
"primal input"
x::X
Expand Down
Loading