Skip to content

Commit

Permalink
Change prng key.
Browse files Browse the repository at this point in the history
  • Loading branch information
alicjapolanska committed Aug 14, 2024
1 parent b1560e1 commit 0c7e824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_flow_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def test_flows_gaussian(model):
epochs = 20

# Initialize a PRNG key (you can use any valid key)
key = jax.random.PRNGKey(0)
key = jax.random.PRNGKey(2)
mean = jnp.zeros(ndim)
cov = jnp.eye(ndim)

Expand Down

0 comments on commit 0c7e824

Please sign in to comment.