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

Fix broadcasting for non-DefaultArrayStyle containers #222

Merged
merged 1 commit into from
Aug 21, 2023
Merged

Conversation

odow
Copy link
Member

@odow odow commented Aug 20, 2023

Closes #221

@codecov
Copy link

codecov bot commented Aug 20, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.47% 🎉

Comparison is base (42930a3) 89.04% compared to head (f90d253) 89.51%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
+ Coverage   89.04%   89.51%   +0.47%     
==========================================
  Files          23       23              
  Lines        2136     2137       +1     
==========================================
+ Hits         1902     1913      +11     
+ Misses        234      224      -10     
Files Changed Coverage Δ
src/broadcast.jl 81.96% <100.00%> (+0.30%) ⬆️

... and 2 files with indirect coverage changes

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

@odow odow merged commit a690869 into master Aug 21, 2023
11 checks passed
@odow odow deleted the od/broadcast branch August 21, 2023 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Broadcasting containers with arrays
2 participants