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

Avoid an extra call to f in Statistic.mean(f, A) #80

Closed
wants to merge 3 commits into from
Closed

Avoid an extra call to f in Statistic.mean(f, A) #80

wants to merge 3 commits into from

Conversation

kagalenko-m-b
Copy link
Contributor

Proposed fix by @stevengj for the issue #49

@codecov
Copy link

codecov bot commented Jul 7, 2021

Codecov Report

Merging #80 (38a952f) into master (54f9b0d) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
+ Coverage   98.18%   98.20%   +0.01%     
==========================================
  Files           1        1              
  Lines         386      389       +3     
==========================================
+ Hits          379      382       +3     
  Misses          7        7              
Impacted Files Coverage Δ
src/Statistics.jl 98.20% <100.00%> (+0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 54f9b0d...38a952f. Read the comment docs.

Copy link
Member

@nalimilan nalimilan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

src/Statistics.jl Outdated Show resolved Hide resolved
test/runtests.jl Outdated Show resolved Hide resolved
test/runtests.jl Outdated Show resolved Hide resolved
src/Statistics.jl Outdated Show resolved Hide resolved
src/Statistics.jl Outdated Show resolved Hide resolved
src/Statistics.jl Outdated Show resolved Hide resolved
@kagalenko-m-b kagalenko-m-b closed this by deleting the head repository Aug 11, 2023
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.

None yet

2 participants