BlockBandedMatrices.jl icon indicating copy to clipboard operation
BlockBandedMatrices.jl copied to clipboard

Small adjustments to recent/future changes in LinAlg.jl

Open dkarrasch opened this issue 2 years ago • 1 comments

Starting from Julia v1.9, axpy! is owned by LinearAlgebra, and BLAS.axpy! does no longer work for non-strided arrays. Also, in the future AbstractQ will no longer subtype AbstractMatrix, so in tests we need to convert to Matrix manually.

dkarrasch avatar Dec 10 '22 09:12 dkarrasch

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@bd54341). Click here to learn what that means. Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #139   +/-   ##
=========================================
  Coverage          ?   86.81%           
=========================================
  Files             ?       10           
  Lines             ?     1191           
  Branches          ?        0           
=========================================
  Hits              ?     1034           
  Misses            ?      157           
  Partials          ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Dec 10 '22 09:12 codecov[bot]