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

Cache jit #353

Merged
merged 2 commits into from
Nov 1, 2024
Merged

Cache jit #353

merged 2 commits into from
Nov 1, 2024

Conversation

BalzaniEdoardo
Copy link
Collaborator

Increased import speed by:

  • caching numba jitted functions
  • run-time import of pynwb

Copy link

codecov bot commented Oct 17, 2024

Codecov Report

Attention: Patch coverage is 46.42857% with 15 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
pynapple/io/loader.py 21.42% 11 Missing ⚠️
pynapple/io/misc.py 20.00% 4 Missing ⚠️
Files with missing lines Coverage Δ
pynapple/io/interface_nwb.py 79.25% <100.00%> (+0.45%) ⬆️
pynapple/process/_process_functions.py 22.13% <100.00%> (ø)
pynapple/process/correlograms.py 75.57% <100.00%> (ø)
pynapple/io/misc.py 44.95% <20.00%> (-0.92%) ⬇️
pynapple/io/loader.py 52.89% <21.42%> (-1.81%) ⬇️

... and 1 file with indirect coverage changes

@gviejo gviejo merged commit a01a4bc into dev Nov 1, 2024
12 of 13 checks passed
@gviejo gviejo deleted the cache_jit branch November 1, 2024 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants