'CompartCell' object has no attribute 'hPointp'

A Python package that facilitates development and use of models of biological neural networks

Moderator: tom_morse

Post Reply
906740594@qq.com
Posts: 1
Joined: Thu Nov 02, 2023 4:45 am

'CompartCell' object has no attribute 'hPointp'

Post by 906740594@qq.com »

Hello, I have tried to run a NetPyNE based project(https://github.com/DepartmentofNeurophy ... co-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 revision error?

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