unibe-cns / NEAT

NEAT (NEural Analysis Toolkit)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`IonChannel` can not be pickled

jakobj opened this issue · comments

Due to the lambdified functions (https://github.com/unibe-cns/NEAT/blob/master/neat/channels/ionchannels.py#L136) one can not pickle IonChannel instances. To allow this they should be removed before pickling the object and restored after unpickling.

This affects #19 as pickle is used, e.g., by multiprocessing

Resolved