This commit is contained in:
Valentin Valls 2019-04-25 16:58:22 +02:00
parent 6f14690f01
commit db93e55ab2
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ class RingCalibration(object):
print("Initial residual: %s" % previous_residual)
count = 0
timer = timeutils.Timer(seconds=10)
timer = timeutils.Timer(seconds=seconds)
while count < max_iter and not timer.isTimeout():
residual = self.__geoRef.refine(10000)