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 bug rewriting sum with dims kwarg #229

Merged
merged 2 commits into from
Sep 20, 2023
Merged

Fix bug rewriting sum with dims kwarg #229

merged 2 commits into from
Sep 20, 2023

Conversation

odow
Copy link
Member

@odow odow commented Sep 20, 2023

Closes #228

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

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

Comparison is base (f3137fd) 89.57% compared to head (645f292) 89.60%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #229      +/-   ##
==========================================
+ Coverage   89.57%   89.60%   +0.02%     
==========================================
  Files          23       23              
  Lines        2149     2154       +5     
==========================================
+ Hits         1925     1930       +5     
  Misses        224      224              
Files Changed Coverage Δ
src/rewrite_generic.jl 99.39% <100.00%> (+0.01%) ⬆️

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

@odow odow merged commit 37bb9bf into master Sep 20, 2023
11 checks passed
@odow odow deleted the od/fix-sum-dims branch September 20, 2023 22:59
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.

no method matching operate!!(::typeof(MutableArithmetics.add_mul), ::MutableArithmetics.Zero; dims::Int64)
1 participant