Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Jun 12, 2024
1 parent 452a4d0 commit e04f9f9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
def test_plot_state_1d():
state = jax.random.normal(
jax.random.PRNGKey(0),
(
10,
100,
),
(10, 100),
)

fig = ex.viz.plot_state_1d(state)
Expand Down

0 comments on commit e04f9f9

Please sign in to comment.