Skip to content

Commit 924bc9c

Browse files
committed
Remove print
1 parent 61ae493 commit 924bc9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

moola/linesearch/strong_wolfe.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def search(self, phi, phi_dphi, phi_dphi0):
7979
self.stpmin = 0.
8080
if self.stpmax == "automatic":
8181
stpmax = max(4*min(self.start_stp, 1.0), 0.1*f/(-g*self.ftol))
82-
print("-g", -g)
8382
else:
8483
stpmax = self.stpmax
8584

0 commit comments

Comments
 (0)