Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed Oct 1, 2024
1 parent f8a0b8e commit 70b3544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions preliz/predictive/ppa.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def __init__(self, fmodel, draws, references, boundaries, target, engine):
self.prior_samples = None # prior samples used for backfitting
self.display_pp_idxs = None # indices of the pp_samples to be displayed
self.pp_octiles = None # octiles computed from pp_samples
self.ref_octiles = None # octiles computed from the target distribution
self.kdt = None # KDTree used to find similar distributions
self.model = None # parsed model used for backfitting
self.clicked = [] # axes clicked by the user
Expand Down

0 comments on commit 70b3544

Please sign in to comment.