Skip to content

Commit 2082bc1

Browse files
committed
minor
1 parent d1d41cd commit 2082bc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoPyTorch/core/hpbandster_extensions/run_with_time.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def run_with_time(self, runtime=1, n_iterations=float("inf"), min_n_workers=1, i
3030
self.thread_cond.acquire()
3131

3232
start_time = time.time()
33-
n_iterations -= len(self.iterations) # in the case of a initial design iteration
3433
kill = False
3534
while True:
3635
if (not kill and runtime < time.time() - start_time):

0 commit comments

Comments
 (0)