dbbs-lab / bsb-core

The Brain Scaffold Builder
https://bsb.readthedocs.io
GNU General Public License v3.0
21 stars 16 forks source link

fix: Make simulation data placement restricted to chunk #882

Closed filimarc closed 1 month ago

filimarc commented 1 month ago

Describe the work done

simdata.placement[model] store positions for all the cell models but is gonna use only the positions of chunks, so could be better to restrict to selected chunks upon creation.

List which issues this resolves:

closes dbbs-lab/bsb-neuron#18

Tasks