Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke LB committed Nov 26, 2023
1 parent f4aeff6 commit 44e1c5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymc/distributions/dist_math.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def std_cdf(x):


def truncated_logcdf_from_base_rv(base_rv_op, value, lower, upper, *rv_inputs, **kwargs):
# rv_inputs, lower, upper = rv_inputs
logcdf = _logcdf(base_rv_op, value, *rv_inputs, **kwargs)

# For left truncated discrete RVs, we don't want to include the lower bound in the
Expand Down

0 comments on commit 44e1c5e

Please sign in to comment.