JuliaLinearAlgebra / ArrayLayouts.jl

A Julia package for describing array layouts and more general fast linear algebra
https://julialinearalgebra.github.io/ArrayLayouts.jl/
MIT License
54 stars 10 forks source link

Fix sort for RangeCumSum #210

Closed jishnub closed 6 months ago

jishnub commented 6 months ago

The in-place sort should only be defined for Base.OneTo cumsums, as otherwise we can't guarantee an increasing result.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.67%. Comparing base (25a5160) to head (da5e1dc). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #210 +/- ## =========================================== + Coverage 0.00% 89.67% +89.67% =========================================== Files 11 11 Lines 1736 1841 +105 =========================================== + Hits 0 1651 +1651 + Misses 1736 190 -1546 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.