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 866750e commit f757722Copy full SHA for f757722
tests/test_jacobi_svd.py
@@ -29,7 +29,7 @@
29
@pytest.mark.parametrize("cls", _classes)
30
@pytest.mark.parametrize("options", _options)
31
def test_jacobi(cls, options):
32
- dim = 100
+ dim = 30
33
rng = np.random.default_rng()
34
A = rng.random((dim, dim))
35
A = (A + A.T) * 0.5 + np.diag(10.0 + rng.random(dim))
0 commit comments