Skip to content

Commit

Permalink
typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
senecameeks committed Oct 21, 2024
1 parent a189bbe commit 1bbc3ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cirq-core/cirq/work/sampler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ def test_sampler_run_batch_bad_input_lengths():
)


@duet.sync
@mock.patch('duet.pstarmap_async')
@pytest.mark.parametrize('call_count', [1, 2, 3])
async def test_run_batch_async_sends_circuits_in_chunks(spy, call_count):
Expand All @@ -289,7 +288,6 @@ async def run_sweep_async(self, _, params, __: int = 1):
assert spy.call_count == call_count


@duet.sync
@pytest.mark.parametrize('call_count', [1, 2, 3])
async def test_run_batch_async_runs_runs_sequentially(call_count):
a = cirq.LineQubit(0)
Expand Down

0 comments on commit 1bbc3ea

Please sign in to comment.