bsb-arbor 6.0.2__tar.gz → 6.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of bsb-arbor might be problematic. Click here for more details.
- {bsb_arbor-6.0.2 → bsb_arbor-6.0.3}/PKG-INFO +1 -1
- {bsb_arbor-6.0.2 → bsb_arbor-6.0.3}/bsb_arbor/adapter.py +1 -0
- {bsb_arbor-6.0.2 → bsb_arbor-6.0.3}/pyproject.toml +1 -1
- {bsb_arbor-6.0.2 → bsb_arbor-6.0.3}/LICENSE +0 -0
- {bsb_arbor-6.0.2 → bsb_arbor-6.0.3}/README.md +0 -0
- {bsb_arbor-6.0.2 → bsb_arbor-6.0.3}/bsb_arbor/__init__.py +0 -0
- {bsb_arbor-6.0.2 → bsb_arbor-6.0.3}/bsb_arbor/cell.py +0 -0
- {bsb_arbor-6.0.2 → bsb_arbor-6.0.3}/bsb_arbor/connection.py +0 -0
- {bsb_arbor-6.0.2 → bsb_arbor-6.0.3}/bsb_arbor/device.py +0 -0
- {bsb_arbor-6.0.2 → bsb_arbor-6.0.3}/bsb_arbor/devices/__init__.py +0 -0
- {bsb_arbor-6.0.2 → bsb_arbor-6.0.3}/bsb_arbor/devices/poisson_generator.py +0 -0
- {bsb_arbor-6.0.2 → bsb_arbor-6.0.3}/bsb_arbor/devices/probe.py +0 -0
- {bsb_arbor-6.0.2 → bsb_arbor-6.0.3}/bsb_arbor/devices/spike_recorder.py +0 -0
- {bsb_arbor-6.0.2 → bsb_arbor-6.0.3}/bsb_arbor/simulation.py +0 -0
|
@@ -69,6 +69,7 @@ class Population:
|
|
|
69
69
|
This class manages a collection of cells from a specific cell model, handling their
|
|
70
70
|
GID ranges and providing methods to access and manipulate subsets of the population.
|
|
71
71
|
"""
|
|
72
|
+
|
|
72
73
|
def __init__(self, simdata, cell_model, offset):
|
|
73
74
|
"""
|
|
74
75
|
Initialize a population of cells.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|