Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove commented code
Browse files Browse the repository at this point in the history
tomicapretto committed Dec 16, 2024
1 parent 0a78220 commit 59f2f7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bambi/families/family.py
Original file line number Diff line number Diff line change
@@ -158,9 +158,6 @@ def posterior_predictive(self, model, posterior, **kwargs):
pm.Truncated.dist(response_dist.dist(**kwargs), lower=lower, upper=upper)
)
else:
# for k, v in kwargs.items():
# print(k, v.shape)
# kwargs["n"] = np.ones(shape=20).astype(int)
output_array = pm.draw(response_dist.dist(**kwargs))

return xr.DataArray(output_array, coords=coords)

0 comments on commit 59f2f7a

Please sign in to comment.