Skip to content

Population describe String template broken. #769

@Christian-B

Description

@Christian-B

The template for population
https://github.com/NeuralEnsemble/PyNN/blob/master/pyNN/descriptions/templates/string/projection_default.txt

has the line:
Cell type : $celltype.name

yet is the Scelltype returns a dict with a name value as expected.
The result is:

Cell type : {'name': 'IF_curr_exp'}.name

and not the expected

Cell type : 'IF_curr_exp'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions