NeuralEnsemble / PyNN

A Python package for simulator-independent specification of neuronal network models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no structure_default.txt

Christian-B opened this issue · comments

class BaseStructure.describe has template='structure_default.txt'

def describe(self, template='structure_default.txt', engine='default'):

Yet https://github.com/NeuralEnsemble/PyNN/tree/master/pyNN/descriptions/templates/string
has no structure_default.txt file.

Nor do any of the other directories.

this should be fixed in #770