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 ambiguity copy(::Mul{<:LazyLayout, <:BandedLayout}) #331

Merged
merged 4 commits into from
Jul 4, 2024

Conversation

DanielVandH
Copy link
Contributor

Fixes #330

Copy link

codecov bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.12%. Comparing base (a7df659) to head (b0f5d09).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #331      +/-   ##
==========================================
- Coverage   94.15%   94.12%   -0.04%     
==========================================
  Files          17       17              
  Lines        3097     3098       +1     
==========================================
  Hits         2916     2916              
- Misses        181      182       +1     

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

@dlfivefifty
Copy link
Member

Can you fix the code cob?

@DanielVandH
Copy link
Contributor Author

Ah, the BandedMatrices extension wasn't loaded so the ambiguity hadn't been introduced yet. Should be fixed now

@DanielVandH
Copy link
Contributor Author

Or not. I'll look into the remaining issues soon.

@DanielVandH
Copy link
Contributor Author

@DanielVandH
Copy link
Contributor Author

DanielVandH commented Jul 4, 2024

Not sure what the issue is with that line identified by codecov because it should be tested at this point? This should be good to go I think

@dlfivefifty dlfivefifty merged commit f2ed399 into JuliaArrays:master Jul 4, 2024
10 of 11 checks passed
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.

Ambiguity copy(::Mul{<:LazyLayout, <:BandedLayout})
2 participants