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

Use LinearAlgebra.BLAS.libblas #386

Merged
merged 1 commit into from
Jul 27, 2023

Use `LinearAlgebra.BLAS.libblas`

8bbf901
Select commit
Loading
Failed to load commit list.
Merged

Use LinearAlgebra.BLAS.libblas #386

Use `LinearAlgebra.BLAS.libblas`
8bbf901
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 27, 2023 in 1s

89.36% (+0.00%) compared to 42c498f

View this Pull Request on Codecov

89.36% (+0.00%) compared to 42c498f

Details

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (42c498f) 89.36% compared to head (8bbf901) 89.36%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #386   +/-   ##
=======================================
  Coverage   89.36%   89.36%           
=======================================
  Files          24       25    +1     
  Lines        3489     3490    +1     
=======================================
+ Hits         3118     3119    +1     
  Misses        371      371           
Files Changed Coverage Δ
src/BandedMatrices.jl 100.00% <ø> (ø)
src/banded/BandedMatrix.jl 94.98% <ø> (-0.02%) ⬇️
src/generic/AbstractBandedMatrix.jl 74.66% <ø> (-5.13%) ⬇️
ext/BandedMatricesSparseArraysExt.jl 100.00% <100.00%> (ø)

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