JuliaStats / HypothesisTests.jl

Hypothesis tests for Julia
MIT License
295 stars 87 forks source link

Fix incorrect bracket and type instability in FisherExactTest #249

Closed devmotion closed 2 years ago

devmotion commented 2 years ago

Fixes https://github.com/JuliaStats/HypothesisTests.jl/issues/245 by checking if the tuple returned by find_brackets is a proper bracket. Moreover, I replaced fzero with find_zero since in contrast to the former the latter seems to be type stable.