Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #754 +/- ##
==========================================
+ Coverage 97.87% 98.31% +0.44%
==========================================
Files 48 48
Lines 1550 1485 -65
==========================================
- Hits 1517 1460 -57
+ Misses 33 25 -8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks @cdc-mitzimorris! Looks like there are a couple remaining references to the old scope formating that are causing the website build to fail https://github.com/CDCgov/PyRenew/actions/runs/23357225847/job/67951096307?pr=754 |
|
Thank you for your contribution @pre-commit-ci[bot] 🚀! Your github-pages is ready for download 👉 here 👈! |
ArviZ 1.0 uses an
xarray.DataTreestructure to organizes the MCMC output, replacing theInferenceDataobject.The
xarray.DataTreecan handle hierarchical structures, and interprets the/as a path separator. This doesn't play nicely with NumPyro's use of the/as the default separator for nested scope. To avoid conflict, we should use::for scope.The tutorial "Building Multisignal Models" uses Arviz and to diagnose and visualize the sample and has been updated accordingly.
Note: this PR will fail until #737 goes in.