We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9057c4 commit f5af848Copy full SHA for f5af848
pymc/printing.py
@@ -148,7 +148,7 @@ def _get_varname_distname_args(
148
dist_args = _walk_expression_args(var)
149
args_str = _str_for_args_list(dist_args, formatting=formatting)
150
if _is_potential_or_deterministic(var):
151
- args_str = f"f({args_str})" # TODO do we still want to do this?
+ args_str = f"f({args_str})"
152
153
# These three strings are now formatted according to `formatting`. If latex, they
154
# just ultimately need to be wrapped in $.
0 commit comments