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

Use standardized units throughout #234

Open rgerkin opened 4 years ago

rgerkin commented 4 years ago

After python-quantities/python-quantities#173 is accepted, it will be possible to set preferred units (e.g. mV, pA, fC, ms, MOhms) when NeuronUnit is imported, and have all operations rescale inputs to those units and return results to those units without worrying about differences between modules. This should be implemented after that PR is accepted.