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 20, 2023
1 parent d71d366 commit d307afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdgl/solver/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ 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 d307afb

Please sign in to comment.