SpiNNakerManchester / sPyNNaker8

The PyNN 0.8 interface to sPyNNaker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projection.save() doesn't work

dkfellows opened this issue · comments

We carefully turn attribute_names into a list of strings if it is a single string, and then we look to see if the resulting list is an element in a tuple of strings… which is never going to work. Oh dear.