We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94c9e9 commit f442ed4Copy full SHA for f442ed4
DifferentiationInterfaceTest/src/scenarios/scenario.jl
@@ -21,7 +21,7 @@ This generic type should never be used directly: use the specific constructor co
21
$(TYPEDFIELDS)
22
"""
23
struct Scenario{op,pl_op,pl_fun,F,X,Y,T<:Union{Nothing,NTuple},C<:Tuple,R1,R2,S}
24
- "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"
25
f::F
26
"primal input"
27
x::X
0 commit comments