Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
zenna committed Jun 19, 2019
1 parent 762121b commit 0a94831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soft/any.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function anyₛ(xs::AbstractArray{T, N}) where {T <: SoftBool, N}
end

function allₛ(xs::AbstractArray{T, N}) where {T <: SoftBool, N}
SoftBool(minimum([sb.logerr for sb in xs]))
SoftBool(sum([sb.logerr for sb in xs]))
end

function anyₛ(xs::AbstractArray{T, N}) where {T <: DualSoftBool, N}
Expand Down

0 comments on commit 0a94831

Please sign in to comment.