Skip to content

Commit 77d8715

Browse files
committed
Fixed typo
1 parent f52d411 commit 77d8715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/distributions/continuous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(self, transform=transforms.logodds, *args, **kwargs):
3838
super(UnitContinuous, self).__init__(
3939
transform=transform, *args, **kwargs)
4040

41-
def assert_negative_support(var, label, distname, value=1e-6):
41+
def assert_negative_support(var, label, distname, value=-1e-6):
4242
# Checks for evidence of positive support for a variable
4343
if var is None:
4444
return

0 commit comments

Comments
 (0)