JuliaImages / HistogramThresholding.jl

A Julia package for determining thresholds by analyzing one-dimensional histograms
MIT License
13 stars 9 forks source link

Changes equality to approximate equality in test set #31

Closed zygmuntszpak closed 4 years ago

zygmuntszpak commented 4 years ago

Also updated Documenter.jl to version 0.23

johnnychen94 commented 4 years ago

Ref: N0f8->Float conversion is changed in https://github.com/JuliaMath/FixedPointNumbers.jl/pull/138

codecov[bot] commented 4 years ago

Codecov Report

Merging #31 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #31   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          206       244   +38     
=========================================
+ Hits           206       244   +38     
Impacted Files Coverage Δ
src/yen.jl 100.00% <0.00%> (ø)
src/otsu.jl 100.00% <0.00%> (ø)
src/common.jl 100.00% <0.00%> (ø)
src/minimum.jl 100.00% <0.00%> (ø)
src/moments.jl 100.00% <0.00%> (ø)
src/unimodal.jl 100.00% <0.00%> (ø)
src/minimum_error.jl 100.00% <0.00%> (ø)
src/balancedthreshold.jl 100.00% <0.00%> (ø)
src/entropy_thresholding.jl 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a3f4aff...3a26407. Read the comment docs.