Skip to content

Commit 78dcdcc

Browse files
committed
Add comment.
1 parent 625cde9 commit 78dcdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/distributions/dist_math.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def bound(logp, *conditions, **kwargs):
7474
model = modelcontext(kwargs.get("model"))
7575
if model.disable_bounds_check:
7676
return logp
77-
except TypeError:
77+
except TypeError: # No model found
7878
pass
7979

8080
broadcast_conditions = kwargs.get("broadcast_conditions", True)

0 commit comments

Comments
 (0)