Skip to content

Commit be3c74a

Browse files
committed
fix test 6
1 parent 6d0e89a commit be3c74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cluster/test_spectral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def test_spectral5():
5050

5151
def test_spectral6():
5252
m = 20
53-
a = 100*jnp.ones((m, m))
53+
a = jnp.ones((m, m))
5454
z = jnp.zeros((m, m))
5555
az = jnp.hstack((a, z))
5656
za = jnp.hstack((z, a))

0 commit comments

Comments
 (0)