Closed maetshju closed 5 years ago
The deprecated iceil function was causing audspec to fail, so I changed it to be the current ceil{T<:Integer}(T,x) call.
iceil
audspec
ceil{T<:Integer}(T,x)
The deprecated
iceil
function was causingaudspec
to fail, so I changed it to be the currentceil{T<:Integer}(T,x)
call.