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

#69 Fix the sum and avg function for the only numeric value. #70

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

spyzhov
Copy link
Owner

@spyzhov spyzhov commented Jun 14, 2024

Closes #69

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.78%. Comparing base (a3c0a6b) to head (04891a5).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage   86.73%   86.78%   +0.05%     
==========================================
  Files          11       11              
  Lines        3084     3096      +12     
==========================================
+ Hits         2675     2687      +12     
  Misses        326      326              
  Partials       83       83              
Flag Coverage Δ
unittests 86.78% <100.00%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@spyzhov spyzhov merged commit 71e4170 into master Jun 14, 2024
18 checks passed
@spyzhov spyzhov deleted the 69-eval-sum-avg branch June 14, 2024 06:40
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.

Eval sum() and avg() does not return right answer after filtering array
2 participants