NeuralEnsemble / PyNN

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plotting still uses channel_index

Christian-B opened this issue · comments

commented

Neo 0.10.0 is released and ChannelIndex is removed. A fix is needed for neo 0.10.0 support. @apdavison

most of the changes related to the removal of ChannelIndex from Neo were in #732. plotting.py was fixed in bbf0e20.

Note that you will still find reference to "channel_index", but this is now just an array annotation added by PyNN here to facilitate plotting/data analysis.

Thank you. My recent comment have been deleted as they where not correct. Apologies.