You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal was to uncouple sampling functions
from `MultiTrace` and `SamplerReport`.
Some calls to `SamplerReport._log_summary()` were unnecessary because
`MultiTrace._add_warnings()` was never called inbetween instantiation
and `_log_summary()`, therefore the traces never contained warnings.
Running convergence checks and logging the warnings can also be done
without needing `MultiTrace` or `SamplerReport` instances/methods.
0 commit comments