Skip to content

Commit

Permalink
Fix test for JAX implementation of PoissonRV
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Dec 13, 2022
1 parent c934b4c commit 16b50ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/link/jax/test_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def test_random_updates(rng_ctor):
[
set_test_value(
at.dvector(),
np.array([1000.0, 2000.0], dtype=np.float64),
np.array([100000.0, 200000.0], dtype=np.float64),
),
],
(2,),
Expand Down

0 comments on commit 16b50ba

Please sign in to comment.