Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
GStechschulte committed Nov 6, 2023
1 parent c138af9 commit fe90cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bambi/interpret/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit fe90cbc

Please sign in to comment.