Skip to content

Commit 94f3f32

Browse files
committed
Fix test for JAX implementation of PoissonRV
1 parent 7514428 commit 94f3f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/link/jax/test_random.py

+1-1
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)