We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
self.soma(0.5)._ref_v': Vector[2551] is same as neuron.h.cADpyr_L2TPC_bluecellulab_0x7f77e58f8a10[0].soma[0](0.5)._ref_v
self.soma(0.5)._ref_v': Vector[2551]
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.
add_recordings
add_voltage_recording
The text was updated successfully, but these errors were encountered:
No branches or pull requests
self.soma(0.5)._ref_v': Vector[2551]
is same asneuron.h.cADpyr_L2TPC_bluecellulab_0x7f77e58f8a10[0].soma[0](0.5)._ref_v
Components to be affected: core.py test_core.py
Restrict the use of
add_recordings
instead useadd_voltage_recording
that takes the NEURON object as argument instead of recording str.The text was updated successfully, but these errors were encountered: