INM-6 / networkunit

A SciUnit library for validation testing of spiking neural network models.
BSD 3-Clause "New" or "Revised" License
15 stars 6 forks source link

Problem with NetworkUnit backend #25

Open heplesser opened 2 years ago

heplesser commented 2 years ago

While exploring NetworkUnit based on this example, upon instantiating C = C_sim(name='C') and error occured here

https://github.com/INM-6/NetworkUnit/blob/d882c55ea9321523553a3fafcb79d2df19536906/networkunit/models/backends/storage.py#L19

since self.model.unpicklable is undefined according to Python.