Skip to content

Commit a87c182

Browse files
committed
Fix missing initalization of dict for retries
1 parent 4bbbd92 commit a87c182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

varipeps/optimization/optimizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,7 @@ def random_noise(a):
656656
step_chi[random_noise_retries] = []
657657
step_conv[random_noise_retries] = []
658658
max_trunc_error_list[random_noise_retries] = []
659+
step_runtime[random_noise_retries] = []
659660

660661
pbar.reset()
661662
pbar.refresh()

0 commit comments

Comments
 (0)