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

Speed up network generation #319

Merged
merged 13 commits into from Oct 5, 2023
Merged

Speed up network generation #319

merged 13 commits into from Oct 5, 2023

Commits on Oct 4, 2023

  1. sped up tl.generate_network

    turns out .groupby is a lot faster than trying to loop it like how it's currently working.
    zktuong committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    5786fa6 View commit details
    Browse the repository at this point in the history
  2. shh

    zktuong committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ddcb87f View commit details
    Browse the repository at this point in the history
  3. Update _network.py

    zktuong committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    2a6ad82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57467f7 View commit details
    Browse the repository at this point in the history
  5. Revert "Update _network.py"

    This reverts commit 2a6ad82.
    zktuong committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    01e2ce5 View commit details
    Browse the repository at this point in the history
  6. does this speed up?

    zktuong committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    23bf2ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    853d4d7 View commit details
    Browse the repository at this point in the history
  8. Update api.rst

    zktuong committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    82b7f8b View commit details
    Browse the repository at this point in the history
  9. Update _network.py

    zktuong committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    b3773b4 View commit details
    Browse the repository at this point in the history
  10. unnecessary copy

    zktuong committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    bd16371 View commit details
    Browse the repository at this point in the history
  11. Update test_mouse.py

    fix regression
    zktuong committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e539f4c View commit details
    Browse the repository at this point in the history
  12. Update _network.py

    zktuong committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e08ae90 View commit details
    Browse the repository at this point in the history
  13. fix error

    zktuong committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9201d88 View commit details
    Browse the repository at this point in the history