Skip to content

Commit fb2fc94

Browse files
macddlfivefifty
authored andcommitted
the dims keyword in now required for cat (#16)
1 parent a4dbb15 commit fb2fc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/roots.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function rootsunit_coeffs(c::Vector{T}, htol::Float64,clplan::ClenshawPlan{S,T})
251251
end
252252

253253

254-
extremal_args(f::Fun{S}) where {S<:ContinuousSpace} = cat(1,[extremal_args(fp) for fp in components(f)]...)
254+
extremal_args(f::Fun{S}) where {S<:ContinuousSpace} = cat(1,[extremal_args(fp) for fp in components(f)]..., dims=1)
255255

256256
for op in (:(maximum),:(minimum))
257257
@eval begin

0 commit comments

Comments
 (0)