Skip to content

Commit

Permalink
Test less extreme combinations of parameters in SkewStudentT logcdf
Browse files Browse the repository at this point in the history
Scipy underflows earlier than PyTensor in newer versions
  • Loading branch information
ricardoV94 committed Jul 11, 2024
1 parent 330bbcc commit 1b67888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/distributions/test_continuous.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ def test_skewstudentt_logcdf(self):
check_logcdf(
pm.SkewStudentT,
R,
{"a": Rplus, "b": Rplus, "mu": R, "sigma": Rplus},
{"a": Rplus, "b": Rplus, "mu": R, "sigma": Rplusbig},
lambda value, a, b, mu, sigma: st.jf_skew_t.logcdf(value, a, b, mu, sigma),
)

Expand Down

0 comments on commit 1b67888

Please sign in to comment.