// taken from #621
This commit is contained in:
Yclept Nemo
2022-03-16 22:04:29 -04:00
committed by Sergey B Kirpichev
parent b0e4a55ebf
commit 7c228c8797
+1 -1
View File
@@ -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))