We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98346d1 commit db92589Copy full SHA for db92589
pymc_experimental/tests/distributions/test_multivariate.py
@@ -118,6 +118,7 @@ def test_init(
118
positive_probs=positive_probs,
119
**phi_args
120
)
121
+ assert not np.isnan(beta.eval()).any()
122
assert eps.eval().shape == output_std.shape
123
assert beta.eval().shape == input_std.shape
124
# r2 rv is only created if r2 std is not None
0 commit comments