scidash / neuronunit

A package for data-driven validation of neuron and ion channel models using SciUnit
http://neuronunit.scidash.org
38 stars 24 forks source link

Rather than having backends for things that are already backends, instead introduce an interfaces directory. #175

Open russelljjarvis opened 6 years ago

russelljjarvis commented 6 years ago

The interface directory can have simpler code that upgrades pyNN and GLIF (Allen brain) models to sciunit models (via some kind of inheritance idiom). In this way pyNN and GLIF models could be passed into sciunit test evaluation suites.