Skip to content

Commit 5affc30

Browse files
rlouftwiecki
authored andcommitted
Fix test for JAX implementation of PoissonRV
1 parent b626689 commit 5affc30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/link/jax/test_random.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def test_random_updates(rng_ctor):
214214
[
215215
set_test_value(
216216
at.dvector(),
217-
np.array([1000.0, 2000.0], dtype=np.float64),
217+
np.array([100000.0, 200000.0], dtype=np.float64),
218218
),
219219
],
220220
(2,),

0 commit comments

Comments
 (0)