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

Backend Caching Implementation Bug #187

Open rgerkin opened 6 years ago

rgerkin commented 6 years ago

Chapter 3 documentation throws an exception in one of the tests due to a mismatch in the number of APs in two different runs of the same model under the same conditions. This occurs because one run correctly uses the cache and one run does not. This may be due to the way the jNeuroMLBackend is implemented, which may be incompatible with the current caching implementation in certain edge cases.

rgerkin commented 6 years ago

Fixed in 9873317dbae4236e33cc4f1e96f7eb759af9e1a1 (needs to be checked again).