Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Sep 15, 2021
1 parent fc34c20 commit 4cb7528
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def setUp(cls):
def _do_test(self, placer):
machine = virtual_machine(width=8, height=8)
graph = MachineGraph("Test")
plan_n_timesteps = 100

vertices = [
MockMachineVertex(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@pytest.mark.parametrize(
"placer",
["ConnectiveBasedPlacer","OneToOnePlacer", "RadialPlacer",
["ConnectiveBasedPlacer", "OneToOnePlacer", "RadialPlacer",
"SpreaderPlacer"])
def test_virtual_placement(placer):
unittest_setup()
Expand Down

0 comments on commit 4cb7528

Please sign in to comment.