bat / BAT.jl

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

Move HMC backend into a package extension #412

Closed oschulz closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 74.46% and project coverage change: -0.02 :warning:

Comparison is base (c9d7fd9) 54.82% compared to head (61068af) 54.80%.

:exclamation: Current head 61068af differs from pull request most recent head 8a2f7d2. Consider uploading reports for the commit 8a2f7d2 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #412 +/- ## ========================================== - Coverage 54.82% 54.80% -0.02% ========================================== Files 115 115 Lines 5689 5691 +2 ========================================== Hits 3119 3119 - Misses 2570 2572 +2 ``` | [Impacted Files](https://app.codecov.io/gh/bat/BAT.jl/pull/412?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bat) | Coverage Δ | | |---|---|---| | [src/BAT.jl](https://app.codecov.io/gh/bat/BAT.jl/pull/412?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bat#diff-c3JjL0JBVC5qbA==) | `100.00% <ø> (ø)` | | | [src/extdefs/ahmc\_defs/ahmc\_sampleid.jl](https://app.codecov.io/gh/bat/BAT.jl/pull/412?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bat#diff-c3JjL2V4dGRlZnMvYWhtY19kZWZzL2FobWNfc2FtcGxlaWQuamw=) | `30.76% <ø> (ø)` | | | [ext/ahmc\_impl/ahmc\_config\_impl.jl](https://app.codecov.io/gh/bat/BAT.jl/pull/412?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bat#diff-ZXh0L2FobWNfaW1wbC9haG1jX2NvbmZpZ19pbXBsLmps) | `40.00% <40.00%> (ø)` | | | [ext/ahmc\_impl/ahmc\_tuner\_impl.jl](https://app.codecov.io/gh/bat/BAT.jl/pull/412?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bat#diff-ZXh0L2FobWNfaW1wbC9haG1jX3R1bmVyX2ltcGwuamw=) | `94.44% <94.44%> (ø)` | | | [ext/ahmc\_impl/ahmc\_sampler\_impl.jl](https://app.codecov.io/gh/bat/BAT.jl/pull/412?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bat#diff-ZXh0L2FobWNfaW1wbC9haG1jX3NhbXBsZXJfaW1wbC5qbA==) | `98.50% <94.73%> (ø)` | | | [ext/BATAdvancedHMCExt.jl](https://app.codecov.io/gh/bat/BAT.jl/pull/412?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bat#diff-ZXh0L0JBVEFkdmFuY2VkSE1DRXh0Lmps) | `100.00% <100.00%> (ø)` | | | [src/extdefs/ahmc\_defs/ahmc\_config.jl](https://app.codecov.io/gh/bat/BAT.jl/pull/412?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bat#diff-c3JjL2V4dGRlZnMvYWhtY19kZWZzL2FobWNfY29uZmlnLmps) | `100.00% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/bat/BAT.jl/pull/412/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bat)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.