Code Monkey home page Code Monkey logo

Comments (4)

russelljjarvis avatar russelljjarvis commented on September 4, 2024

This is only the case when the backend is brian2, and the model is adaptive exponential.

I think the reason is the passive tests try to store the model/simulator as a class attribute, and the brian2 module is assigned as a class attribute, but it is not picklable.

from neuronunit.

rgerkin avatar rgerkin commented on September 4, 2024

Which "passive test class" are you talking about?

Potential solution (though maybe there is something that should be done in the module itself): All SciUnit objects have an attribute unpicklable, which is a list. If you add the right attributes to that list (as strings with the names of the attributes), it will delete them (in a copy of the object) in the __getstate__ method (which pickle uses), which should then make it picklable. Of course, when unpickled, these attributes won't come automatically come back, but if the backend recreates them (as was the case with NEURONBackend, where initializing the simulation in each thread adds the h namespace back), then you should still be able to pickle and unpickle without a problem.

Don't worry about this right now.

from neuronunit.

russelljjarvis avatar russelljjarvis commented on September 4, 2024

Yes, I found a work around. Brian2 adexp is currently the slowest backend however, so it will hinder long term performance

from neuronunit.

russelljjarvis avatar russelljjarvis commented on September 4, 2024

This was fixed. I mistakenly stored a brian2 model using self.model inside my divergent version of the passive.py test class file. Code is fast again now including passive tests.

from neuronunit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.