Skip to content

Commit cfdc30d

Browse files
committed
add more todo
1 parent 8f8719f commit cfdc30d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_handlers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,7 @@ def model():
657657
x = numpyro.sample("x", dist.Exponential(1))
658658
with handlers.collapse():
659659
with numpyro.plate("d", d):
660+
# TODO: verify that to_event works here
660661
beta0 = numpyro.sample("beta0", dist.Normal(0, 1).expand([S]).to_event(1))
661662
# TODO: address beta0 is a str, which cannot do infer_param_domain
662663
beta = numpyro.sample("beta", dist.MultivariateNormal(beta0, jnp.eye(S)))

0 commit comments

Comments
 (0)