We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3ea971 + 0ba580b commit 2a7d2d7Copy full SHA for 2a7d2d7
src/recipes.jl
@@ -795,7 +795,7 @@ function _auto_binning_nbins(
795
elseif mode == :fd # Freedman–Diaconis rule
796
_cl(_span(v) / (2 * _iqr(v) / nd))
797
elseif mode == :wand
798
- _cl(wand_edges(v)) # this makes this function not type stable, but the type instability does not propagate
+ wand_edges(v) # this makes this function not type stable, but the type instability does not propagate
799
else
800
error("Unknown auto-binning mode $mode")
801
end
0 commit comments