Skip to content

Commit 63eba59

Browse files
Fixed error message referencing non-existent file (#4039)
Co-authored-by: AlexAndorra <[email protected]>
1 parent 87a9f6e commit 63eba59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pymc3/distributions/bound.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,7 @@ def __call__(self, name, *args, **kwargs):
277277
"Observed Bound distributions are not supported. "
278278
"If you want to model truncated data "
279279
"you can use a pm.Potential in combination "
280-
"with the cumulative probability function. See "
281-
"pymc3/examples/censored_data.py for an example."
280+
"with the cumulative probability function."
282281
)
283282

284283
transform = kwargs.pop("transform", "infer")

0 commit comments

Comments
 (0)