Skip to content

Commit c5fdfa2

Browse files
Change key
1 parent 2e75bfe commit c5fdfa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_flow_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def test_flows_gaussian(model):
218218
epochs = 20
219219

220220
# Initialize a PRNG key (you can use any valid key)
221-
key = jax.random.PRNGKey(0)
221+
key = jax.random.PRNGKey(10)
222222
mean = jnp.zeros(ndim)
223223
cov = jnp.eye(ndim)
224224

0 commit comments

Comments
 (0)