Skip to content

Commit

Permalink
Merge e1318f0 into 84c20d8
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-r-kowalski committed May 23, 2019
2 parents 84c20d8 + e1318f0 commit 1b8bf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supervised/supervised.jl
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ for (FUN, DESC, EXAMPLE) in (
quote
$(Expr(:meta, :inline))
S = typeof(($($FUN))(loss, one(Q), one(T)))
($($FUN)).(Ref(loss), target, output)::Array{S,$(max(N,M))}
($($FUN)).(Ref(loss), target, output)
end
end

Expand Down

0 comments on commit 1b8bf1d

Please sign in to comment.