Skip to content

Commit 1b67888

Browse files
committed
Test less extreme combinations of parameters in SkewStudentT logcdf
Scipy underflows earlier than PyTensor in newer versions
1 parent 330bbcc commit 1b67888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/distributions/test_continuous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ def test_skewstudentt_logcdf(self):
592592
check_logcdf(
593593
pm.SkewStudentT,
594594
R,
595-
{"a": Rplus, "b": Rplus, "mu": R, "sigma": Rplus},
595+
{"a": Rplus, "b": Rplus, "mu": R, "sigma": Rplusbig},
596596
lambda value, a, b, mu, sigma: st.jf_skew_t.logcdf(value, a, b, mu, sigma),
597597
)
598598

0 commit comments

Comments
 (0)