Skip to content

Commit

Permalink
fix test 6
Browse files Browse the repository at this point in the history
  • Loading branch information
shailesh1729 committed Oct 17, 2023
1 parent 6d0e89a commit be3c74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cluster/test_spectral.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_spectral5():

def test_spectral6():
m = 20
a = 100*jnp.ones((m, m))
a = jnp.ones((m, m))
z = jnp.zeros((m, m))
az = jnp.hstack((a, z))
za = jnp.hstack((z, a))
Expand Down

0 comments on commit be3c74a

Please sign in to comment.