Skip to content

Commit 18a29b7

Browse files
committed
adjust perturbation from zero in test_stdgst_prundedpath
1 parent c9e728a commit 18a29b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_packages/drivers/test_calcmethods1Q.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def test_stdgst_prunedpath(self):
237237
target_model.sim = pygsti.forwardsims.TermForwardSimulator(mode='pruned', max_order=3, desired_perr=0.01,
238238
allowed_perr=0.1, max_paths_per_outcome=1000,
239239
perr_heuristic='meanscaled', max_term_stages=5)
240-
target_model.from_vector(1e-10 * np.ones(target_model.num_params)) # to seed term calc (starting with perfect zeros causes trouble)
240+
target_model.from_vector(1e-9 * np.ones(target_model.num_params)) # to seed term calc (starting with perfect zeros causes trouble)
241241
results = pygsti.run_long_sequence_gst(self.ds, target_model, std.prep_fiducials(), std.meas_fiducials(),
242242
std.germs(lite=False), self.maxLengths, verbosity=3,
243243
disable_checkpointing=True)

0 commit comments

Comments
 (0)