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

Make brunel.py setup faster. #1854

Merged
merged 4 commits into from Mar 11, 2022

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    31f75cf View commit details
    Browse the repository at this point in the history
  2. Fix conn gen

    thorstenhater committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    1f65f27 View commit details
    Browse the repository at this point in the history
  3. Typo

    thorstenhater committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    57cc1bb View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Use one generator for both populations.

    Before we used two clones of the same generator, which meant
    that inh and exc connection sets were identical, which is wrong!
    As a nice benefit, this speeds up init by 30%
    thorstenhater committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    0e4917e View commit details
    Browse the repository at this point in the history