Richard C Gerkin

Results 39 issues of Richard C Gerkin

@JustasB The code for loading waveforms by current amplitude has the following problem: ``` import quantities as pq from neuronunit.neuromldb import NeuroMLDBModel model = NeuroMLDBModel(model_id='NMLCL000086') model.fetch_waveform_list(); model.get_waveform_by_current(100*pq.pA) ``` leads to:...

bug

Replaces #123 and #155. `unit_test/__init__.py` should import all the tests that will be run on Travis-CI. `unit_test/aux.py` should import all the test that will be run on a local machine...

See https://github.com/rtfd/readthedocs.org/issues/2776

enhancement
ready

The Blue Brain data at the [NMC Portal](https://bbp.epfl.ch/nmc-portal/welcome) is mostly available in Igor binary wave format. Neo now has an IgorIO module, so it should be possible to get this...

enhancement

@JustasB The morphology unit tests are [currently failing](https://travis-ci.org/scidash/neuronunit/jobs/522179195) because the .swc file they rely on is not being found. I think it is because it is not installed by pip,...

There are a lot of notices that should be suppressed. Some of the error messages should be recast in human form so that it is easier to debug problems with...

enhancement

Currently the NEURON Backend has some variable names specific to some modeling conventions. Instead these names should be derived from the associated NeuroML file, or optionally provided by the user.

enhancement