Skip to content

Commit

Permalink
Should match master almost exactly!
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Jul 22, 2024
1 parent d37ff21 commit 3be3641
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.mypy]
exclude = ["doc", "setup.py", "quick_tests"]
exclude = ["doc", "setup.py", "unittests", "quick_tests"]
3 changes: 0 additions & 3 deletions spinnman/model/enums/sdp_ports.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,5 @@ class SDP_PORTS(Enum):
EXTRA_MONITOR_CORE_REINJECTION = 4
#: Extra monitor core outbound data transfer protocol
EXTRA_MONITOR_CORE_DATA_SPEED_UP = 5
#: Extra monitor core inbound data transfer protocol
#: See :py:class:`SpeedupInSCPCommands`
EXTRA_MONITOR_CORE_DATA_IN_SPEED_UP = 6
#: Extra monitor core data copy
EXTRA_MONITOR_CORE_COPY_DATA_IN = 7
2 changes: 1 addition & 1 deletion spinnman/utilities/locate_connected_machine_ip_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from spinnman.connections.udp_packet_connections import IPAddressesConnection


def locate_connected_machine(handler: Callable[[str, float], None]) -> None:
def locate_connected_machine(handler: Callable[[str, float], None]):
"""
Locates any SpiNNaker machines IP addresses from the auto-transmitted
packets from non-booted SpiNNaker machines.
Expand Down

0 comments on commit 3be3641

Please sign in to comment.