Skip to content

Commit 71e9d04

Browse files
committed
attempt to make doc jupyter cells work, CodeQL issue
1 parent 2cc5787 commit 71e9d04

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ docs = [
281281
"sphinx>=8.2.3; python_version >= '3.11'",
282282
"qiskit[qasm3-import,visualization]>=1.0.0",
283283
"ipywidgets>=8.1.5",
284+
"qiskit-aer>=0.17.0",
284285
]
285286
test = [
286287
"pytest>=8.3.5",

scripts/co3/f_vs_t_q24_row_small.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102

103103
res_lst = ev.collect_data_space_time(instances, hc_params, reps, path, both_metric)
104104

105-
# with Path(path).open("rb") as f:
106-
# res_lst = pickle.load(f)
105+
with Path(path).open("rb") as f:
106+
res_lst = pickle.load(f)
107107

108108
path += "_metricrouting"
109109

0 commit comments

Comments
 (0)