Bugfix
This commit is contained in:
parent
f62b569560
commit
b7a15290d3
@ -809,7 +809,7 @@ function useBinaryMethod(args...)
|
||||
elseif options.preferred_format == :auto
|
||||
if (length(args) == 1) && isa(args[1], AbstractMatrix)
|
||||
binary = true
|
||||
elseif all(ndims.(args) .== 1) && all(eltype.(args) .<: Real)
|
||||
elseif all(ndims.(args) .== 1) && all(Base.:<:.(eltype.(args), Real))
|
||||
s = sum(length.(args))
|
||||
if s > 1e4
|
||||
binary = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user