rm ZeroType

This commit is contained in:
Dhairya Gandhi 2019-10-06 04:44:50 +05:30
parent e97d61f257
commit d00f833c17
2 changed files with 0 additions and 2 deletions

View File

@ -259,7 +259,6 @@ function CrossCor(w::AbstractArray{T,N}, b::Union{Number, AbstractVector{T}}, σ
stride = expand(Val(N-2), stride)
pad = expand(Val(2*(N-2)), pad)
dilation = expand(Val(N-2), dilation)
b = b isa Nothing ? ZeroType((size(w, ndims(w)), )) : b
return CrossCor(σ, w, b, stride, pad, dilation)
end

View File

@ -139,7 +139,6 @@ function throttle(f, timeout; leading=true, trailing=false)
end
end
"""
@jit ...