suny-downstate-medical-center / netpyne

A Python package to facilitate the development, parallel simulation, optimization and analysis of multiscale biological neuronal networks in NEURON.
http://www.netpyne.org
MIT License
145 stars 136 forks source link

'CompartCell' object has no attribute 'hPointp' #792

Open fun0515 opened 11 months ago

fun0515 commented 11 months ago

Hello, I have tried to run a NetPyNE based project(https://github.com/DepartmentofNeurophysiology/Cortical-representation-of-touch-in-silico-NetPyne) but falied when came to this sentence(in ./multitrial.py) below: sim.net.cells[index].hPointp.play((h.Vector().from_python(SpikeTimes[nc]))) An error message is reported: AttributeError: 'CompartCell' object has no attribute 'hPointp'

My experiment is Ubuntu18.4 and netpyne1.0.5. I indeed can not find the hPointp object in the NetPyNE documentation. Could it be a version error?

I really appreciate it if you can give me some advice.

salvadord commented 5 months ago

hi @fun0515 sorry for missing this question, did you solve the issue? Usually we respond faster to questions posted on our forum: http://netpyne.org/forum