Skip to content

Commit

Permalink
this should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Dec 19, 2023
1 parent dac8398 commit cd6f57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_machine/horizontal_wrap_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def multiple_48_chip_boards(self) -> bool:

@overrides(Machine.get_xys_by_ethernet)
def get_xys_by_ethernet(
self, ethernet_x: int, ethernet_y: int) -> Iterable[XY]:
self, ethernet_x: int, ethernet_y) -> Iterable[XY]:
for (x, y) in self._chip_core_map:
chip_x = (x + ethernet_x) % self._width
chip_y = (y + ethernet_y)
Expand Down

0 comments on commit cd6f57d

Please sign in to comment.