Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a port #384

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
4 changes: 2 additions & 2 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
coverage-package: spinnman
flake8-packages: spinnman unittests spinnman_integration_tests
pylint-packages: spinnman
mypy-packages: spinnman unittests spinnman_integration_tests
secrets: inherit
mypy-packages: spinnman
secrets: inherit
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"]
2 changes: 2 additions & 0 deletions spinnman/model/enums/sdp_ports.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ class SDP_PORTS(Enum):
#: 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
Loading