From d6a6b7c9dbb4147ea64d5ee26ed1d3c7f2b95029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20T=C3=BCnnermann?= Date: Tue, 26 Sep 2023 12:03:43 +0200 Subject: [PATCH] Applied black to make CI happy. Problem must have been some invisible character, or so. Also deleted superflous space unrelated to the black's complaint --- bambi/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bambi/models.py b/bambi/models.py index 93a5aaff5..860ff77dc 100644 --- a/bambi/models.py +++ b/bambi/models.py @@ -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