You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: display LBFGS and Path Status in real time
1566
+
progress.update(
1567
+
task,
1568
+
description=desc.format(path_idx=path_idx),
1569
+
completed=path_idx,
1570
+
refresh=True,
1571
+
)
1556
1572
except (KeyboardInterrupt, StopIteration) ase:
1557
1573
# if exception is raised here, MultiPathfinderResult will collect all the successful results and report the results. User is free to abort the process earlier and the results will still be collected and return az.InferenceData.
0 commit comments