Skip to content

Commit 3b86136

Browse files
committed
bug: removed unused xcgls in IRLS
1 parent a8d5f3f commit 3b86136

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pylops/optimization/cls_sparsity.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -528,11 +528,6 @@ def _step_model(
528528
)[0]
529529
)
530530
elif engine == "pylops" or self.ncp != np:
531-
xcgls = cgls(
532-
self.Op @ self.Op.H + (self.epsI**2) * self.Iop,
533-
self.y,
534-
**kwargs_solver,
535-
)[0]
536531
x = self.Op.rmatvec(
537532
cgls(
538533
self.Op @ self.Op.H + (self.epsI**2) * self.Iop,

0 commit comments

Comments
 (0)