Skip to content

Commit

Permalink
fix doc style (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia authored Apr 20, 2024
1 parent 496e9b0 commit 16177f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preliz/distributions/zi_binomial.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ZeroInflatedBinomial(Discrete):
import arviz as az
from preliz import ZeroInflatedBinomial
az.style.use('arviz-white')
az.style.use('arviz-doc')
ns = [10, 20]
ps = [0.5, 0.7]
psis = [0.7, 0.4]
Expand Down

0 comments on commit 16177f6

Please sign in to comment.