Skip to content

Commit

Permalink
adjusting plotting fit
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelraczycki committed Aug 20, 2023
1 parent 381daee commit ee23a8c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/mmm/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,11 @@ class ToyMMM(BaseDelayedSaturatedMMM, MaxAbsScaleTarget):
mmm.fit(
X=toy_X,
y=toy_y,
prior_predictive=True,
posterior_predictive=True,
sample_kwargs={
"prior_kwargs": {"samples": 100},
"prior_predictive": True,
"posterior_predictive": True,
},
)
mmm._prior_predictive = mmm.prior_predictive
mmm._fit_result = mmm.fit_result
Expand Down

0 comments on commit ee23a8c

Please sign in to comment.