Skip to content

Commit c5a018f

Browse files
committed
Merge branch 'final_project' of github.com:lorenzotomada/devtools_scicomp_project_2025 into final_project
2 parents 30662f0 + 77e8a97 commit c5a018f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pyclassify/eigenvalues.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,6 @@ def eig(self, diag=None, off_diag=None):
444444
return np.array(eig), Q_triangular @ self.Q.T
445445

446446

447-
448-
449-
450447
# import cupy as cp
451448
# import cupy.linalg as cpla
452449
# from cupyx.scipy.sparse.linalg import eigsh as eigsh_cp

0 commit comments

Comments
 (0)