Skip to content

[WIP] feat: add Accumulator #223

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

[WIP] feat: add Accumulator #223

wants to merge 3 commits into from

Conversation

kohlisid
Copy link
Contributor

@kohlisid kohlisid commented Apr 30, 2025

Fixes: #219

@kohlisid kohlisid changed the title feat: add Accumulator [WIP] feat: add Accumulator Apr 30, 2025
Copy link

codecov bot commented Apr 30, 2025

Codecov Report

Attention: Patch coverage is 0.77720% with 383 lines in your changes missing coverage. Please review.

Project coverage is 81.05%. Comparing base (6ccd49e) to head (67f5e87).

Files with missing lines Patch % Lines
pynumaflow/accumulator/_dtypes.py 0.00% 186 Missing ⚠️
pynumaflow/accumulator/servicer/task_manager.py 0.00% 124 Missing ⚠️
pynumaflow/accumulator/servicer/async_servicer.py 0.00% 37 Missing ⚠️
pynumaflow/accumulator/async_server.py 0.00% 33 Missing ⚠️
pynumaflow/accumulator/__init__.py 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #223       +/-   ##
===========================================
- Coverage   94.19%   81.05%   -13.14%     
===========================================
  Files          58       63        +5     
  Lines        2359     2745      +386     
  Branches      119      143       +24     
===========================================
+ Hits         2222     2225        +3     
- Misses        100      483      +383     
  Partials       37       37               

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vigith vigith linked an issue May 1, 2025 that may be closed by this pull request
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.

Accumulator in Python SDK
1 participant