Skip to content

Commit

Permalink
Merge pull request #28 from SpiNNakerManchester/w605
Browse files Browse the repository at this point in the history
W605
  • Loading branch information
andrewgait committed Oct 25, 2018
2 parents f498ce2 + 6e08237 commit 358638a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spalloc/term.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def _board_to_cartesian(x, y, z):
-------
x, y : int
Equivalent Cartesian coordinates.
"""
""" # noqa: W605
cx = (2*x) - y + (1 if z == 1 else 0)
cy = (3*y) + z

Expand Down

0 comments on commit 358638a

Please sign in to comment.