Skip to content

Commit b5dabcb

Browse files
committed
fix ruff-format
1 parent 86bac08 commit b5dabcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc/distributions/continuous.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3707,6 +3707,7 @@ def icdf(value, mu, sigma):
37073707
res = check_icdf_value(res, value)
37083708
return check_icdf_parameters(res, sigma > 0, msg="sigma > 0")
37093709

3710+
37103711
def _interpolated_argcdf(p, pdf, cdf, x):
37113712
if np.prod(cdf.shape[:-1]) != 1 or np.prod(pdf.shape[:-1]) != 1 or np.prod(x.shape[:-1]) != 1:
37123713
raise NotImplementedError(

0 commit comments

Comments
 (0)