Skip to content

Commit

Permalink
Update krylovsolver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffa authored Sep 6, 2021
1 parent 3821b66 commit ee121c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyKrylovsolver/krylovsolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def lanczos_algorithm(
T_m_happy = T_m[0:j,0:j]

# v, T_m = _happy_breakdown(T_m, v, beta, w, j)
print("is a happy breakdown!")
# print("is a happy breakdown!")
return v_happy, T_m_happy

v[j, :] = w / beta
Expand Down

0 comments on commit ee121c5

Please sign in to comment.