committed by
Sergey B Kirpichev
parent
b0e4a55ebf
commit
7c228c8797
@@ -665,7 +665,7 @@ class MDNewton:
|
||||
while True:
|
||||
if x1 == x0:
|
||||
if self.verbose:
|
||||
print("canceled, won't get more excact")
|
||||
print("canceled, won't get more exact")
|
||||
cancel = True
|
||||
break
|
||||
fx = self.ctx.matrix(f(*x1))
|
||||
|
||||
Reference in New Issue
Block a user