fix classic typo

This commit is contained in:
Michael K. Borregaard 2017-09-01 10:36:44 +02:00
parent cd1913c008
commit d77be82a99

View File

@ -510,7 +510,7 @@ function _auto_binning_nbins{N}(vs::NTuple{N,AbstractVector}, dim::Integer; mode
v = vs[dim] v = vs[dim]
if mode == :auto if mode == :auto
mode == :fd mode = :fd
end end
if mode == :sqrt # Square-root choice if mode == :sqrt # Square-root choice