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

Do Node filtering before interneurons #95

Merged
merged 1 commit into from Oct 9, 2018
Merged

Do Node filtering before interneurons #95

merged 1 commit into from Oct 9, 2018

Commits on Oct 9, 2018

  1. Do Node filtering before interneurons

    This makes Nodes like Ensembles in this respect, and should avoid
    problems with different taus on multiple inputs to an ensemble.
    
    The warning for having no synapse on a connection from a Node is
    now impossible to trip since Nodes are always off the chip and
    the splitter will always use an `inter_tau` synapse. So I removed
    the warning and the associated test.
    
    Fixes #94.
    hunse authored and tbekolay committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    2e3141c View commit details
    Browse the repository at this point in the history