Skip to content

Fix size of Householder #101

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

Merged
merged 1 commit into from
Feb 24, 2023
Merged

Fix size of Householder #101

merged 1 commit into from
Feb 24, 2023

Conversation

andreasnoack
Copy link
Member

Also improve error messages and extend Base's convert instead of defining a new one

Fixes #100

Also improve error messages and extend Base's convert instead of defining a new one
@codecov
Copy link

codecov bot commented Feb 24, 2023

Codecov Report

Base: 81.67% // Head: 82.72% // Increases project coverage by +1.05% 🎉

Coverage data is based on head (ea379ba) compared to base (10b5265).
Patch coverage: 85.71% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   81.67%   82.72%   +1.05%     
==========================================
  Files          10       11       +1     
  Lines        1626     1627       +1     
==========================================
+ Hits         1328     1346      +18     
+ Misses        298      281      -17     
Impacted Files Coverage Δ
src/householder.jl 96.66% <85.71%> (+18.88%) ⬆️
src/GenericLinearAlgebra.jl 100.00% <0.00%> (ø)

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.

@andreasnoack andreasnoack merged commit dd434ca into master Feb 24, 2023
@andreasnoack andreasnoack deleted the an/convert branch February 24, 2023 10:40
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.

convert extended but not imported from Base
1 participant