Skip to content

Recording of currents not possible #490

@deezer257

Description

@deezer257

In the newest version (pull request #491, which should be version 0.4.35) I can't record any currents of the channels since they are not included in the edges or nodes object. For other varibales which are included in the objects the recording works.

from jaxley.channels.hh import HH

comp = jx.Compartment()
branch = jx.Branch(comp, nseg=1)
cell = jx.Cell([branch], [-1])
cell.insert(HH())

cell.delete_recordings()
cell.record(HH().current_name)

s = jx.integrate(cell, delta_t=0.1, t_max=1000)

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions