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

Ensure that BLAS is only called with BLAS element types #420

Merged
merged 2 commits into from
Nov 7, 2023

make sure BLASEltypes is defined

731d332
Select commit
Loading
Failed to load commit list.
Merged

Ensure that BLAS is only called with BLAS element types #420

make sure BLASEltypes is defined
731d332
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 6, 2023 in 0s

64.48% (-0.15%) compared to d914caa

View this Pull Request on Codecov

64.48% (-0.15%) compared to d914caa

Details

Codecov Report

Merging #420 (731d332) into main (d914caa) will decrease coverage by 0.15%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #420      +/-   ##
==========================================
- Coverage   64.62%   64.48%   -0.15%     
==========================================
  Files          26       26              
  Lines        2078     2078              
==========================================
- Hits         1343     1340       -3     
- Misses        735      738       +3     
Files Coverage Δ
src/LinearSolve.jl 89.33% <ø> (ø)
src/default.jl 65.30% <0.00%> (ø)

... and 1 file with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!