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
* Create test of fitted parameter values
* Set data when creating model
* Clean up sample_prior_predictive
Since model_builder must create model object and set data, data only
needs to be set if model object already exists and no need to check for
model object before sampling.
* Apply suggestions from code review
Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
* Add join=right to extend calls
* Update test_parameter_fit based on comments from PR review
Use np.testing.assert_allclose instead of pytest.approx
Make fitted_model use fewer samples for fitting and do a
separate model and fit for checking parameter recovery.
* Add tests for extend_idata parameters
* Update based on code review comments
Make copies of `fitted_model_instance` to keep tests from interfering
with each other.
Combine `test_sample_prior_extend_idata_param` and
`test_sample_posterior_extend_idata_param` to reduce code repetition.
* Work around `deepcopy` not working for model objects
* Mark correct test for skipping on win32
---------
Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
0 commit comments