Skip to content

The problem for coreneuron to trace V_soma #2090

Answered by iomaganaris
Kim1230 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @Kim1230 ,

I think I found the issue. CoreNEURON doesn't support returning back record vector if they have a custom recording dt (recordStep). There is some work needed to be done in https://github.com/neuronsimulator/nrn/blob/master/src/nrncvode/netcvode.cpp#L5791 and maybe other places to support that.
Until this is implemented I would suggest removing the recordStep from https://github.com/suny-downstate-medical-center/netpyne/blob/development/netpyne/cell/cell.py#L303, so changing this line to:

sim.simData[key]['cell_'+str(self.gid)].record(ptr)

If you do that for consistency I think you need to set the recordStep in cfg.py to:

cfg.recordStep = cfg.dt

Let me know if this works…

Replies: 2 comments 12 replies

Comment options

You must be logged in to vote
3 replies
@Kim1230
Comment options

@nrnhines
Comment options

@Kim1230
Comment options

Comment options

You must be logged in to vote
9 replies
@Kim1230
Comment options

@iomaganaris
Comment options

@Kim1230
Comment options

@iomaganaris
Comment options

Answer selected by Kim1230
@Kim1230
Comment options

@iomaganaris
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants