arviz-devs / InferenceObjects.jl

Storage for results of Bayesian inference
https://julia.arviz.org/InferenceObjects
MIT License
14 stars 1 forks source link

Support MCMCDiagnosticTools v0.3.4 #57

Closed sethaxen closed 1 year ago

sethaxen commented 1 year ago

MCMCDiagnosticTools v0.3.4 added support for arbitrary trailing dimensions on inputs to its functions. This PR removes our internal utilities to instead use this functionality.

codecov-commenter commented 1 year ago

Codecov Report

Merging #57 (1324fb6) into main (99ea60e) will decrease coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #57      +/-   ##
==========================================
- Coverage   96.96%   96.95%   -0.01%     
==========================================
  Files          16       16              
  Lines         362      361       -1     
==========================================
- Hits          351      350       -1     
  Misses         11       11              
Impacted Files Coverage Δ
...InferenceObjectsMCMCDiagnosticToolsExt/ess_rhat.jl 100.00% <100.00%> (ø)
ext/InferenceObjectsMCMCDiagnosticToolsExt/mcse.jl 100.00% <100.00%> (ø)
...xt/InferenceObjectsMCMCDiagnosticToolsExt/rstar.jl 100.00% <100.00%> (ø)
...xt/InferenceObjectsMCMCDiagnosticToolsExt/utils.jl 100.00% <100.00%> (ø)