We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbbd92 commit a87c182Copy full SHA for a87c182
1 file changed
varipeps/optimization/optimizer.py
@@ -656,6 +656,7 @@ def random_noise(a):
656
step_chi[random_noise_retries] = []
657
step_conv[random_noise_retries] = []
658
max_trunc_error_list[random_noise_retries] = []
659
+ step_runtime[random_noise_retries] = []
660
661
pbar.reset()
662
pbar.refresh()
0 commit comments