Skip to content

Commit

Permalink
Applied black to make CI happy. Problem must have been some invisible…
Browse files Browse the repository at this point in the history
… character, or so.

Also deleted superflous space unrelated to the black's complaint
  • Loading branch information
jt-lab committed Sep 26, 2023
1 parent ac7161f commit d6a6b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bambi/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Model:
center_predictors : bool
If ``True`` (default), and if there is an intercept in the common terms, the data is
centered by subtracting the mean. The centering is undone after sampling to provide
the actual intercept in all distributional components that have an intercept. Note
the actual intercept in all distributional components that have an intercept. Note
that this changes the interpretation of the prior on the intercept because it refers
to the intercept of the centered data.
extra_namespace : dict, optional
Expand Down

0 comments on commit d6a6b7c

Please sign in to comment.