Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up unit test structure #106

Open
bburan opened this issue Jun 5, 2018 · 2 comments
Open

Clean up unit test structure #106

bburan opened this issue Jun 5, 2018 · 2 comments

Comments

@bburan
Copy link
Contributor

bburan commented Jun 5, 2018

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
Copy link
Contributor

svdavid commented Jun 5, 2018

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
Copy link
Contributor Author

bburan commented Jun 5, 2018

I like this idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants