Skip to content

Commit

Permalink
Run autoformatter
Browse files Browse the repository at this point in the history
Ran check/format-incremental --apply to format the code according to
cirq style rules.
  • Loading branch information
maffoo committed Oct 15, 2020
1 parent e20eccc commit ab9c6e0
Show file tree
Hide file tree
Showing 4 changed files with 292 additions and 289 deletions.
1 change: 1 addition & 0 deletions cirq/contrib/routing/greedy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ def test_bad_args():
with pytest.raises(ValueError):
route_circuit_greedily(circuit, device_graph, max_num_empty_steps=0)


test_bad_args()
2 changes: 1 addition & 1 deletion cirq/contrib/routing/multi_prog_m_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
def test_bad_args():
circuit = cirq.testing.random_circuit(4, 2, 0.5, random_state=5)
device_graph = ccr.get_grid_device_graph(3, 2)

with pytest.raises(TypeError):
multi_prog_map(circuit, device_graph)
Loading

0 comments on commit ab9c6e0

Please sign in to comment.