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

Fix issue with master pop in some cases #1071

Merged
merged 9 commits into from
Jun 10, 2021
Merged

Conversation

rowleya
Copy link
Member

@rowleya rowleya commented May 6, 2021

Found an issue where it was possible to trigger the error check on the master pop table n_neurons. The case is triggered by a pre-vertex with a splitting of atoms something like the following (a, a, a, b) where a > 2047 but b < 2047. The check was being done on b but should have been done on a. This fixes that, and adds a test to check it works, as well as adding a test to check for the maximum number of cores case.

rowleya and others added 5 commits May 6, 2021 16:23
@andrewgait
Copy link
Contributor

This fix looks fine to me, and it passes tests, so merging.

@andrewgait andrewgait merged commit 7208b9e into master Jun 10, 2021
@andrewgait andrewgait deleted the fix_app_master_pop_limits branch June 10, 2021 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants