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 STDP synapse unit testing #1840

Merged
merged 24 commits into from
Oct 27, 2021
Merged

Commits on Nov 12, 2020

  1. add STDP synapse unit testing

    C.A.P. Linssen committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    96f881a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

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

Commits on Apr 20, 2021

  1. allow weight_recorder to record precise spike times

    C.A.P. Linssen committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    75f3a4b View commit details
    Browse the repository at this point in the history
  2. allow STDP synapse to use precise spike times

    C.A.P. Linssen committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    c8547d3 View commit details
    Browse the repository at this point in the history
  3. fix STDP synapse unit test

    C.A.P. Linssen committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    af21d05 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. pycodestyle formatting changes

    C.A.P. Linssen committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    a495dfe View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    791bff0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a27b55c View commit details
    Browse the repository at this point in the history
  3. fix Python code formatting

    C.A.P. Linssen committed May 3, 2021
    Configuration menu
    Copy the full SHA
    305e82c View commit details
    Browse the repository at this point in the history
  4. clean up code in unit test (nest#1840)

    C.A.P. Linssen committed May 3, 2021
    Configuration menu
    Copy the full SHA
    ff08892 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. fix intermittent failure in test_visualisation.py

    C.A.P. Linssen committed May 4, 2021
    Configuration menu
    Copy the full SHA
    b718ca5 View commit details
    Browse the repository at this point in the history
  2. close matplotlib figures after saving them to file

    C.A.P. Linssen committed May 4, 2021
    Configuration menu
    Copy the full SHA
    b6cfcee View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

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

Commits on Aug 30, 2021

  1. clean up STDP multiplicity test

    C.A.P. Linssen committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    c878c9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c1cfa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb9228d View commit details
    Browse the repository at this point in the history
  4. refactor/clean up stdp synapse unit test

    C.A.P. Linssen committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    b4921bb View commit details
    Browse the repository at this point in the history
  5. refactor/clean up stdp synapse unit testing

    C.A.P. Linssen committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    ae9f481 View commit details
    Browse the repository at this point in the history
  6. fix pycodestyle

    C.A.P. Linssen committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    7fb3e2d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    ae60892 View commit details
    Browse the repository at this point in the history
  2. clean up unit tests following unittest/pytest migration

    C.A.P. Linssen committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    f4182fd View commit details
    Browse the repository at this point in the history
  3. fix pycodestyle

    C.A.P. Linssen committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    14ad08c View commit details
    Browse the repository at this point in the history
  4. clean up unit tests following unittest/pytest migration

    C.A.P. Linssen committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    c03797e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. clean up based on review comments

    C.A.P. Linssen committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    7c7d949 View commit details
    Browse the repository at this point in the history