Skip to content

Commit

Permalink
StandardGST Bugfix
Browse files Browse the repository at this point in the history
I swear we had changed this to have the model copied, but for some reason that ended up reverted...
  • Loading branch information
Corey Ostrove committed Feb 21, 2024
1 parent 781fe1b commit 1f2a62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygsti/protocols/gst.py
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,7 @@ def run(self, data, memlimit=None, comm=None, checkpoint=None, checkpoint_path=N

#Try to interpret `mode` as a parameterization
parameterization = mode # for now, 1-1 correspondence
initial_model = target_model
initial_model = target_model.copy()

try:
initial_model.set_all_parameterizations(parameterization)
Expand Down

0 comments on commit 1f2a62f

Please sign in to comment.