Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nonhermitian committed Oct 22, 2024
1 parent 1ed2372 commit 6b04405
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mthree/mitigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,6 @@ def _grab_additional_cals(
] + [trans_qcs[(num_jobs - 1) * circ_slice :]]
# Do job submission here
jobs = []
if self.rep_delay:
self.executor.options.execution.rep_delay = self.rep_delay
for circs in circs_list:
_job = self.system.run(
circs,
Expand Down

0 comments on commit 6b04405

Please sign in to comment.