Skip to content

Commit f5af848

Browse files
committed
Remove temporary TODO
1 parent f9057c4 commit f5af848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/printing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def _get_varname_distname_args(
148148
dist_args = _walk_expression_args(var)
149149
args_str = _str_for_args_list(dist_args, formatting=formatting)
150150
if _is_potential_or_deterministic(var):
151-
args_str = f"f({args_str})" # TODO do we still want to do this?
151+
args_str = f"f({args_str})"
152152

153153
# These three strings are now formatted according to `formatting`. If latex, they
154154
# just ultimately need to be wrapped in $.

0 commit comments

Comments
 (0)