Skip to content

Commit bc21812

Browse files
committed
Remove test print
1 parent 924bc9c commit bc21812

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

moola/algorithms/newton_cg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def solve(self):
111111
cg_iter = 0
112112
cg_break = 0
113113
while cg_iter < options['ncg_maxiter'] and rBr >= cg_tol:
114-
print('TEST:', rBr, cg_tol)
115114
if False: #i < options['initial_bfgs_iterations']:
116115
d = Br
117116
break

0 commit comments

Comments
 (0)