Skip to content

tsv output should not contain empty value for threshold and holding current #222

@jdcourcol

Description

@jdcourcol

it happens that the mecombo_emodel.tsv contains missing entries for threshold or holding current, leading to rows with 7 entries instead of 8 for instance.
This is incompatible with what the simulator expects (it expects 8 values to be provided).

Probably it relates to that line:

if null_rows.sum() > 0:

We may consider to discard the cells from the output for instance.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions