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

SmallWorldConnector does not work the source/target is split. #1310

Open
Christian-B opened this issue Mar 17, 2023 · 0 comments
Open

SmallWorldConnector does not work the source/target is split. #1310

Christian-B opened this issue Mar 17, 2023 · 0 comments
Assignees
Milestone

Comments

@Christian-B
Copy link
Member

Christian-B commented Mar 17, 2023

See #1309

It check the weights are as expected.

They then check the first spike wave moves from the position 0,0 in waves until it reaches 5,5
0,0 spikes at time = 4
0,1, 1,0 and 1,1 all spike at time = 11
0,2 1,2 2,0 2,1 and 2,2 all spike at 17 (or 18 as 2,2 only gets one spike)
0,3 ect at around 23
Then 0,4 at around 29

However if split into 2,2 grids the weights are correct
spike waves are a MESS
I added a log to see when the cores thing they spikes and that matches with the reported spikes.
So it is not a local back to raster ids issue

The issue is that the cores are numbered by Slice.lo_atom to slice.hi_atom and not by raster ids.

@dkfellows dkfellows added this to the 7.1.0 milestone Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants