Skip to content

Commit 5c1c42f

Browse files
removed debug print
1 parent a3d879f commit 5c1c42f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pygsti/models/explicitmodel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ def convert_members_inplace(self, to_type, categories_to_convert='all', labels_t
349349
for lbl, prep in self.preps.items():
350350
if labels_to_convert == 'all' or lbl in labels_to_convert:
351351
ideal = ideal_model.preps.get(lbl, None) if (ideal_model is not None) else None
352-
print('here')
353352
self.preps[lbl] = _state.convert(prep, to_type, self.basis, ideal, flatten_structure, cp_penalty=spam_cp_penalty)
354353
if any([c in categories_to_convert for c in ('all', 'povms')]):
355354
for lbl, povm in self.povms.items():

0 commit comments

Comments
 (0)