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

add validation to SpikeTrain model #3

Open
neuromusic opened this issue Jun 29, 2013 · 0 comments
Open

add validation to SpikeTrain model #3

neuromusic opened this issue Jun 29, 2013 · 0 comments

Comments

@neuromusic
Copy link
Member

raise a ValidationError if...

  • diff # of spike_times and 1st dim of waveforms:

if not len(times)==len(waveforms)

  • any spike time is greater than t_start:

if t_start > times.any()

  • any spike time greater than t_stop:

if t_stop < times.any()

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

1 participant