Minor changes
This commit is contained in:
parent
79a5bfc12f
commit
43138ac47b
@ -688,7 +688,7 @@ function useBinaryMethod(args...)
|
||||
elseif options.preferred_format == :auto
|
||||
if (length(args) == 1) && isa(args[1], AbstractMatrix)
|
||||
binary = true
|
||||
else
|
||||
elseif all(ndims.(args) .== 1)
|
||||
s = sum(length.(args))
|
||||
if s > 1e4
|
||||
binary = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user