seeholza/seeholzer-deger-2018

/ht_neuron_compte is not a known model name.

Opened this issue · 1 comments

I got an error when running scropt "run_bump.py".

pynestkernel.NESTError: UnknownModelName in CopyModel_l_l_D: /ht_neuron_compte is not a known model name. Please check the modeldict for a list of available models. A frequent cause for this error is that NEST was compiled without the GNU Scientific Library, which is required for the conductance-based neuron models.

I have installed GSL.

Thank you so much.

Hi @oujago ,
Did you compile the nest branch at https://github.com/flinz/nest-simulator/tree/5458a04f8c6d8ff61403a702630322f2793eb927 ? It contains this custom model.

The nest branch is contained in this repository at https://github.com/flinz/seeholzer-deger-2018/tree/master/nest and running the code will require both building the nest branch as well as the nest module.

See the makefile on details of how to build both: https://github.com/flinz/seeholzer-deger-2018/blob/master/Makefile