Skip to content

Commit 4480b33

Browse files
author
Corey Ostrove
committed
Clean up MDC store block
1 parent e43b39a commit 4480b33

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pygsti/report/workspaceplots.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,12 +2298,6 @@ def _create(self, plottypes, circuits, dataset, model, prec, sum_up, box_labels,
22982298
fig = None
22992299
addl_hover_info_fns = dict()
23002300
if mdc_store is not None: # then it overrides
2301-
#assert(circuits is None and dataset is None and model is None)
2302-
#circuits = mdc_store.circuits
2303-
#dataset = mdc_store.dataset
2304-
#model = mdc_store.model
2305-
2306-
#assert(circuits is None and dataset is None and model is None)
23072301
circuits = mdc_store.circuits if circuits is None else circuits
23082302
dataset = mdc_store.dataset if dataset is None else dataset
23092303
model = mdc_store.model if model is None else model

0 commit comments

Comments
 (0)