Skip to content

Commit

Permalink
Update solve.py
Browse files Browse the repository at this point in the history
  • Loading branch information
loganbvh committed Sep 18, 2023
1 parent 160ce95 commit 1cc0b29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tdgl/solver/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ def update(
xp.linalg.norm(dA, axis=1) / xp.linalg.norm(A_induced, axis=1)
)
screening_error = float(screening_error)
print(screening_error)
del v[:-2]
del A_induced_vals[:-2]

Expand Down

0 comments on commit 1cc0b29

Please sign in to comment.