CliMA / CalibrateEmulateSample.jl

Stochastic Optimization, Learning, Uncertainty and Sampling
https://clima.github.io/CalibrateEmulateSample.jl/dev
Apache License 2.0
84 stars 16 forks source link

Bugfix parameter name bug for MV distributions, cap mac-os tests to julia v1.9.0 #277

Closed odunbar closed 8 months ago

odunbar commented 8 months ago

Purpose

MCMCChains requires one name per dimension for MCMC diagnostics. This causes an error when Multivariate distributions are used. This PR fixes this bug.

Content

Misc


codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a621a04) 88.09% compared to head (e991cbe) 88.05%. Report is 14 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #277 +/- ## ========================================== - Coverage 88.09% 88.05% -0.05% ========================================== Files 7 8 +1 Lines 1134 1172 +38 ========================================== + Hits 999 1032 +33 - Misses 135 140 +5 ```

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

odunbar commented 8 months ago

Small bugfixes with unit tests, and buildkite passing with unchanged results.