Skip to content

Model breaks NEURON CI #1

Open
Open
@JCGoran

Description

@JCGoran

I am getting this error when trying to run the model (also present in the CI, see for instance this run):

Error: new_seed used as both variable and function in file Gfluct.mod

We need to pick which one we want, the variable:

RANGE new_seed

or the function:

PROCEDURE new_seed(seed) { : procedure to set the seed

Considering neither the variable nor the function are used anywhere, I suggest we remove them, or at the very least rename one of them.

Metadata

Metadata

Assignees

No one assigned

    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