LBHB / NEMS0

THIS VERSION OF NEMS IS NO LONGER SUPPORTED. PLEASE USE THE NEW NEMS REPOSITORY OR INSTALL NEMS_DB TO GET NEMS0 SUPPORT.
GNU General Public License v3.0
8 stars 4 forks source link

Clean up unit test structure #106

Open bburan opened 6 years ago

bburan commented 6 years ago

We really need some good fixtures for generating Signals and Recordings that can be used by the various unit tests. What we currently have is a bit hackish and cobbled together. Ideally we can include some small Recordings that can be used as example data in the source code but will also double as data that can be used for unit tests.

svdavid commented 6 years ago

Perhaps related to this, we should implement a simulated neuron?

  1. Generate dummy stimulus signal
  2. Generate modelspec
  3. Simulate response save in resp signal using simulator.
  4. Perform various test operations on recording.
bburan commented 6 years ago

I like this idea.