We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030dd8f commit 38acfb5Copy full SHA for 38acfb5
qpbenchmark/run.py
@@ -142,4 +142,5 @@ def run(
142
duration = perf_counter() - start_counter
143
logging.info(f"Ran the test set in {duration:.0f} seconds")
144
logging.info(f"Made {nb_called} QP solver calls")
145
- progress_bar.close()
+ if progress_bar is not None:
146
+ progress_bar.close()
0 commit comments