Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Address multiple neuron references pointing to same recording #152

Open
anilbey opened this issue Mar 15, 2024 · 0 comments
Open

Address multiple neuron references pointing to same recording #152

anilbey opened this issue Mar 15, 2024 · 0 comments

Comments

@anilbey
Copy link
Contributor

anilbey commented Mar 15, 2024

self.soma(0.5)._ref_v': Vector[2551] is same as neuron.h.cADpyr_L2TPC_bluecellulab_0x7f77e58f8a10[0].soma[0](0.5)._ref_v

(Pdb) self.cell.recordings
{'self.soma(0.5)._ref_v': Vector[2551], 'neuron.h._ref_t': Vector[2552], 'neuron.h.cADpyr_L2TPC_bluecellulab_0x7f77e58f8a10[0].soma[0](0.5)._ref_v': Vector[2553]}

Components to be affected: core.py test_core.py

Restrict the use of add_recordings instead use add_voltage_recording that takes the NEURON object as argument instead of recording str.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant