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

Check spike times for spike source array #61

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 2, 2021

  1. Code required to test spike times' order.

    PyNN requires a test for spike times which are to be emitted by a SpikeSourceArray, they need to be provided 'in order' from lower to higher times.
    chanokin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    548336e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    8ccece7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. changed _test_parameters to _validate parameters

    used numpy.diff to test the order of spike times
    chanokin committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    f4c2361 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f3b1da View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    f4ecee7 View commit details
    Browse the repository at this point in the history