Skip to content

Commit

Permalink
Fixed error message referencing non-existent file (#4039)
Browse files Browse the repository at this point in the history
Co-authored-by: AlexAndorra <andorra.alexandre@gmail.com>
  • Loading branch information
fonnesbeck and AlexAndorra authored Aug 10, 2020
1 parent 87a9f6e commit 63eba59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pymc3/distributions/bound.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,7 @@ def __call__(self, name, *args, **kwargs):
"Observed Bound distributions are not supported. "
"If you want to model truncated data "
"you can use a pm.Potential in combination "
"with the cumulative probability function. See "
"pymc3/examples/censored_data.py for an example."
"with the cumulative probability function."
)

transform = kwargs.pop("transform", "infer")
Expand Down

0 comments on commit 63eba59

Please sign in to comment.