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 c904407 commit a83da2fCopy full SHA for a83da2f
src/differentials.jl
@@ -214,7 +214,7 @@ unthunk(x::AbstractThunk) = unthunk(x())
214
wirtinger_primal(::Union{AbstractThunk}) =
215
throw(ArgumentError("`wirtinger_primal` is not defined for `AbstractThunk`. Call `unthunk` first."))
216
wirtinger_conjugate(::Union{AbstractThunk}) =
217
- throw(ArgumentError("`wirtinger_primal` is not defined for `AbstractThunk`. Call `unthunk` first."))
+ throw(ArgumentError("`wirtinger_conjugate` is not defined for `AbstractThunk`. Call `unthunk` first."))
218
219
#####
220
##### `Thunk`
0 commit comments