JuliaMath / DensityInterface.jl

Interface for mathematical/statistical densities in Julia
Other
12 stars 3 forks source link

Add compare kwarg to test_density_interface #6

Closed oschulz closed 2 years ago

oschulz commented 2 years ago

We use ref_d_at_x = exp(ref_logd_at_x) in test_density_interface, so comparison shouldn't be exact by default.

codecov[bot] commented 2 years ago

Codecov Report

Merging #6 (a0da449) into master (104dac4) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master        #6   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           36        36           
=========================================
  Hits            36        36           
Impacted Files Coverage Δ
src/interface_test.jl 100.00% <100.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 104dac4...a0da449. Read the comment docs.

oschulz commented 2 years ago

Good with you this way, @devmotion ?