We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0e89a commit be3c74aCopy full SHA for be3c74a
tests/cluster/test_spectral.py
@@ -50,7 +50,7 @@ def test_spectral5():
50
51
def test_spectral6():
52
m = 20
53
- a = 100*jnp.ones((m, m))
+ a = jnp.ones((m, m))
54
z = jnp.zeros((m, m))
55
az = jnp.hstack((a, z))
56
za = jnp.hstack((z, a))
0 commit comments