-
Notifications
You must be signed in to change notification settings - Fork 7
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
Version and testing for Spin2 #558
Conversation
# Conflicts: # unittests/operations_tests/placer_algorithms_tests/test_application_placer.py
@@ -448,6 +450,8 @@ def test_simple(params): | |||
def test_self(params): | |||
algorithm, _n_vertices, n_m_vertices = params | |||
unittest_setup() | |||
# TODO check after | |||
# https://github.com/SpiNNakerManchester/PACMAN/pull/555 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been merged - should something be changed here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That pr did not take into account the way spin2 splits the links and processors.
prefer to do that in a seperate followup pr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be done later
part of SpiNNakerManchester/SpiNNMachine#257
builds on #557