bat / BAT.jl

A Bayesian Analysis Toolkit in Julia
Other
209 stars 30 forks source link

Optim options update #442

Closed Micki-D closed 4 months ago

Micki-D commented 4 months ago

Updates the original PR #439 to the new measure Terminology

Micki-D commented 4 months ago

Still working on the tests

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 73.17073% with 11 lines in your changes missing coverage. Please review.

Project coverage is 47.39%. Comparing base (67ac2bf) to head (e176303).

Files Patch % Lines
ext/BATOptimizationExt.jl 64.28% 10 Missing :warning:
ext/BATOptimExt.jl 92.30% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #442 +/- ## ========================================== + Coverage 47.26% 47.39% +0.13% ========================================== Files 111 112 +1 Lines 5385 5420 +35 ========================================== + Hits 2545 2569 +24 - Misses 2840 2851 +11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Micki-D commented 4 months ago

Should be good to merge

oschulz commented 4 months ago

Merci!