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

Implement fast ZETA test #22

Open
wants to merge 78 commits into
base: main
Choose a base branch
from
Open

Implement fast ZETA test #22

wants to merge 78 commits into from

Conversation

mmagnuski
Copy link
Collaborator

@mmagnuski mmagnuski commented May 30, 2024

TODO:

  • > 2 conditions
  • gumbel function (numpy should be fast enough)
  • test against zetapy (results similarity and speedup)
  • high-level API
  • backend to select the numba version
  • function to download the zeta example data
  • cache numba functions
  • clean up numpy and numba code (function and variable names, docstrings, making some functions private etc.)
  • create a test
  • example on same data as zetapy

Copy link

codecov bot commented Sep 3, 2024

Codecov Report

Attention: Patch coverage is 73.53952% with 77 lines in your changes missing coverage. Please review.

@@           Coverage Diff           @@
##            main     #22     +/-   ##
=======================================
+ Coverage   64.9%   65.5%   +0.6%     
=======================================
  Files         11      13      +2     
  Lines       3392    3681    +289     
=======================================
+ Hits        2202    2412    +210     
- Misses      1190    1269     +79     

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.

1 participant