NeuralEnsemble / PyNN

A Python package for simulator-independent specification of neuronal network models.
Other
276 stars 126 forks source link

Add model_id to ignored parameters for NEST #748

Closed clinssen closed 2 years ago

clinssen commented 2 years ago

This was causing NESTML-generated models to fail upon instantiation, as "model_id" is a gettable, but not settable parameter.

apdavison commented 2 years ago

failing tests aren't due to NEST