We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bitarray.jl
I find it odd that bitarray is not tested at all. https://app.codecov.io/gh/JuliaLang/LinearAlgebra.jl/blob/master/src%2Fbitarray.jl
bitarray
After some searching, the corresponding tests are currently in julialang/julia https://github.com/JuliaLang/julia/blob/d269d7d375827a0279dc1fee7bb24c9418f06f03/test/bitarray.jl#L1644-L1705
julialang/julia
We might migrate them over here.
The text was updated successfully, but these errors were encountered:
Sounds like a good idea
Sorry, something went wrong.
port bitarray tests to LinearAlgebra.jl (#1148)
ade3654
Fixes #1146 Co-authored-by: KristofferC <[email protected]>
I moved the tests but I am not sure that actually fixed the coverage...
Successfully merging a pull request may close this issue.
I find it odd that
bitarray
is not tested at all.https://app.codecov.io/gh/JuliaLang/LinearAlgebra.jl/blob/master/src%2Fbitarray.jl
After some searching, the corresponding tests are currently in
julialang/julia
https://github.com/JuliaLang/julia/blob/d269d7d375827a0279dc1fee7bb24c9418f06f03/test/bitarray.jl#L1644-L1705
We might migrate them over here.
The text was updated successfully, but these errors were encountered: