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

Add a pointer to GenericLinearAlgebra.jl #68

Merged
merged 2 commits into from
Apr 5, 2020

Conversation

stillyslalom
Copy link
Contributor

using GenericLinearAlgebra resolves a missing method error for root-finding of Poly{Measurement{<:Real}}. It seems like too niche a use case to merit reexporting GenericLinearAlgebra.jl from this package, but those methods are occasionally useful.

`using GenericLinearAlgebra` resolves a missing method error for root-finding of `Poly{Measurement{<:Real}}`. It seems like too niche a use case to merit reexporting GenericLinearAlgebra.jl from this package, but those methods are occasionally useful.
@codecov-io
Copy link

codecov-io commented Mar 27, 2020

Codecov Report

Merging #68 into master will decrease coverage by 1.57%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
- Coverage   97.07%   95.50%   -1.58%     
==========================================
  Files          12       12              
  Lines         547      556       +9     
==========================================
  Hits          531      531              
- Misses         16       25       +9     
Impacted Files Coverage Δ
src/plot-recipes.jl 72.22% <0.00%> (-27.78%) ⬇️
src/show.jl 66.66% <0.00%> (-6.07%) ⬇️
src/Measurements.jl 88.00% <0.00%> (-3.67%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bcaf375...a69f5f1. Read the comment docs.

docs/src/examples.md Outdated Show resolved Hide resolved
@giordano
Copy link
Member

giordano commented Apr 4, 2020

Sorry for the late reply!

To be honest, I thought I was already mentioning GenericLinearAlgebra.jl in the documentation, but it doesn't seem to be the case. Good catch, thank you so much for the contribution!

@stillyslalom
Copy link
Contributor Author

Can't believe I managed to make a typo in a one-line PR. Thanks for the review! Ready to merge?

@giordano giordano merged commit de8cc26 into JuliaPhysics:master Apr 5, 2020
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.

None yet

3 participants