Skip to content

Commit 2855587

Browse files
author
Goose
committed
removed redundant line from test
1 parent f71aedc commit 2855587

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/sampling/test_jax.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,6 @@ def test_get_batched_jittered_initial_points():
333333
with pm.Model() as model:
334334
x = pm.MvNormal("x", mu=np.zeros(3), cov=np.eye(3), shape=(2, 3), initval=np.zeros((2, 3)))
335335

336-
logp_fn = get_jaxified_logp(model)
337-
338336
# No jitter
339337
ips = _get_batched_jittered_initial_points(
340338
model=model, chains=1, random_seed=1, initvals=None, jitter=False

0 commit comments

Comments
 (0)