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

make sure broadcasted function runs just once per element #46

Merged
merged 1 commit into from Dec 31, 2020

Conversation

phaverty
Copy link
Owner

Fixes #45

@codecov
Copy link

codecov bot commented Dec 31, 2020

Codecov Report

Merging #46 (6e7bfb1) into master (393ae93) will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
- Coverage   91.96%   91.90%   -0.06%     
==========================================
  Files          15       15              
  Lines         734      729       -5     
==========================================
- Hits          675      670       -5     
  Misses         59       59              
Impacted Files Coverage Δ
src/group_generics.jl 83.33% <ø> (-2.39%) ⬇️

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 393ae93...6e7bfb1. Read the comment docs.

@phaverty phaverty merged commit e218d67 into master Dec 31, 2020
@phaverty phaverty deleted the broadcast_one_per_element branch December 31, 2020 05:53
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.

Broadcast for RLEVectors doubles invocation of the function
1 participant