Skip to content

Commit 3cd8f21

Browse files
committed
test ci
1 parent eb5fa14 commit 3cd8f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pylibraft/pylibraft/tests/test_sparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def _test_eigsh(self, a, k, xp, sp, which):
9595
k=k,
9696
which=which,
9797
maxiter=self.maxiter,
98-
v0=xp.ones((self.n,), dtype=a.dtype),
98+
# v0=xp.ones((self.n,), dtype=a.dtype),
9999
)
100100
# cupy_actual_ret = sparse.linalg.eigsh(
101101
# a, k=k, which=which, maxiter=self.maxiter

0 commit comments

Comments
 (0)