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 all layers broadcastable #103

Merged
merged 6 commits into from
Dec 17, 2022
Merged

Make all layers broadcastable #103

merged 6 commits into from
Dec 17, 2022

Conversation

tpoisot
Copy link
Member

@tpoisot tpoisot commented Dec 17, 2022

Closes #99

@github-actions
Copy link
Contributor

@codecov-commenter
Copy link

Codecov Report

Base: 37.27% // Head: 36.72% // Decreases project coverage by -0.54% ⚠️

Coverage data is based on head (3affaf2) compared to base (b4f772c).
Patch coverage: 37.28% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #103      +/-   ##
==========================================
- Coverage   37.27%   36.72%   -0.55%     
==========================================
  Files          36       36              
  Lines        1234     1266      +32     
==========================================
+ Hits          460      465       +5     
- Misses        774      801      +27     
Flag Coverage Δ
unittests 36.72% <37.28%> (-0.55%) ⬇️

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

Impacted Files Coverage Δ
SimpleSDMLayers/src/interfaces/broadcast.jl 20.45% <20.45%> (-48.78%) ⬇️
SimpleSDMLayers/src/lib/overloads.jl 76.23% <71.42%> (+0.48%) ⬆️
SimpleSDMLayers/src/interfaces/iteration.jl 37.50% <100.00%> (-6.09%) ⬇️
SimpleSDMLayers/src/lib/types.jl 100.00% <100.00%> (ø)
SimpleSDMLayers/src/operations/mosaic.jl 96.55% <100.00%> (ø)
SimpleSDMLayers/src/operations/mask.jl 5.26% <0.00%> (+5.26%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tpoisot tpoisot merged commit 62abbe4 into main Dec 17, 2022
@tpoisot tpoisot deleted the feature/broadcastable-layers branch December 17, 2022 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Boolean operations on Boolean layers
2 participants