Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
DavAug committed Nov 26, 2023
1 parent 2696760 commit b3b74dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chi/_predictive_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def sample(
else:
try:
ids = self._posterior.individual
except AttributeError:
except AttributeError: # pragma: no cover
# Posterior only contains information about one individual.
# Hack to make this work
individual = 'some value'
Expand Down

0 comments on commit b3b74dc

Please sign in to comment.