Minor changes

This commit is contained in:
Giorgio Calderone 2020-04-16 03:00:46 +02:00
parent 79a5bfc12f
commit 43138ac47b

View File

@ -688,7 +688,7 @@ function useBinaryMethod(args...)
elseif options.preferred_format == :auto elseif options.preferred_format == :auto
if (length(args) == 1) && isa(args[1], AbstractMatrix) if (length(args) == 1) && isa(args[1], AbstractMatrix)
binary = true binary = true
else elseif all(ndims.(args) .== 1)
s = sum(length.(args)) s = sum(length.(args))
if s > 1e4 if s > 1e4
binary = true binary = true