Skip to content

Commit 2608cdd

Browse files
committed
remove commented-out code that isnt on develop
1 parent f0048a4 commit 2608cdd

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pygsti/report/factory.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -84,21 +84,6 @@ def _add_lbl(lst, lbl):
8484
return running_lbls
8585

8686

87-
#def _robust_estimate_has_same_models(estimates, est_lbl):
88-
# lbl_robust = est_lbl+ROBUST_SUFFIX
89-
# if lbl_robust not in estimates: return False #no robust estimate
90-
#
91-
# for mdl_lbl in list(estimates[est_lbl].goparameters.keys()) \
92-
# + ['final iteration estimate']:
93-
# if mdl_lbl not in estimates[lbl_robust].models:
94-
# return False #robust estimate is missing mdl_lbl!
95-
#
96-
# mdl = estimates[lbl_robust].models[mdl_lbl]
97-
# if estimates[est_lbl].models[mdl_lbl].frobeniusdist(mdl) > 1e-8:
98-
# return False #model mismatch!
99-
#
100-
# return True
101-
10287
def _get_viewable_crf(est, est_lbl, mdl_lbl, verbosity=0):
10388
printer = _VerbosityPrinter.create_printer(verbosity)
10489

0 commit comments

Comments
 (0)