Skip to content

Commit abd870c

Browse files
committed
add failing test
1 parent 6a35e20 commit abd870c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc_experimental/tests/distributions/test_multivariate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def test_init(
118118
positive_probs=positive_probs,
119119
**phi_args
120120
)
121+
assert not np.isnan(beta.eval()).any()
121122
assert eps.eval().shape == output_std.shape
122123
assert beta.eval().shape == input_std.shape
123124
# r2 rv is only created if r2 std is not None

0 commit comments

Comments
 (0)