https://github.com/vitay/ANNarchy
Revision a7123ed45c0a226fa83278c450a1669dc6249b24 authored by Helge Dinkelbach on 08 November 2022, 05:48:36 UTC, committed by Helge Dinkelbach on 08 November 2022, 05:48:36 UTC
When using calls like projection[post_rank][pre_rank] this leads to the creation of IndividualSynapse() objects. This object used the lil-idx (i.e. the position of pre_rank in the pre_ranks array) which was fine for earlier versions of ANNarchy which only used lil. For csrc, ellpack etc. I changed this accessors to expect the pre_rank not the index position.
1 parent 407aae1
History
Tip revision: a7123ed45c0a226fa83278c450a1669dc6249b24 authored by Helge Dinkelbach on 08 November 2022, 05:48:36 UTC
Bugfix related to the used index in IndividualSynapse
Tip revision: a7123ed
File Mode Size
ANNarchy
benchmarks
examples
tests
.gitignore -rw-r--r-- 318 bytes
.readthedocs.yml -rw-r--r-- 563 bytes
.travis.yml -rw-r--r-- 984 bytes
CHANGELOG -rw-r--r-- 19.5 KB
LICENSE -rw-r--r-- 17.7 KB
MANIFEST.in -rw-r--r-- 274 bytes
README.md -rw-r--r-- 1.8 KB
bitbucket-pipelines.yml -rw-r--r-- 685 bytes
requirements.txt -rw-r--r-- 82 bytes
setup.cfg -rw-r--r-- 62 bytes
setup.py -rw-r--r-- 10.0 KB

README.md

back to top