From fe90cbcd7a70c7eaa200ee91d3155e55c0d14b61 Mon Sep 17 00:00:00 2001 From: GStechschulte Date: Mon, 6 Nov 2023 16:09:35 +0100 Subject: [PATCH] update docstring --- bambi/interpret/logs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bambi/interpret/logs.py b/bambi/interpret/logs.py index 0e2e026b3..13ddb4116 100644 --- a/bambi/interpret/logs.py +++ b/bambi/interpret/logs.py @@ -7,7 +7,7 @@ def log_interpret_defaults(func): """ Decorator for functions that compute default values. - Logs output to console if 'bmb.interpret.logger.messages = True' and when + Logs output to console if 'bmb.config["INTERPRET_VERBOSE"] = True' and when default values are computed for the variable of interest, i.e., 'contrast' or 'wrt' of 'comparisons' and 'slopes', as well as the 'conditional' parameter of 'comparisons', 'predictions', and 'slopes'.