Skip to content

Commit fcbbf87

Browse files
ricardoV94twiecki
authored andcommitted
Remove non-aeppl _logcdf singledispatch
1 parent e5fb0e7 commit fcbbf87

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pymc/distributions/logprob.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -276,18 +276,6 @@ def logcdf(rv, value):
276276
return logcdf_aeppl(rv, value)
277277

278278

279-
@singledispatch
280-
def _logcdf(op, values, *args, **kwargs):
281-
"""Create a log-CDF graph.
282-
283-
This function dispatches on the type of `op`, which should be a subclass
284-
of `RandomVariable`. If you want to implement new log-CDF graphs
285-
for a `RandomVariable`, register a new function on this dispatcher.
286-
287-
"""
288-
raise NotImplementedError()
289-
290-
291279
def logpt_sum(*args, **kwargs):
292280
"""Return the sum of the logp values for the given observations.
293281

0 commit comments

Comments
 (0)