JuliaArrays / OffsetArrays.jl

Fortran-like arrays with arbitrary, zero or negative starting indices.
Other
195 stars 40 forks source link

Allow known failures in FillArrays reshape test #354

Closed jishnub closed 2 months ago

jishnub commented 2 months ago

These tests don't really belong here, and we were testing for a lack of method ambiguities. These need to be fixed in FillArrays (or Base).

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 98.67%. Comparing base (3b94d64) to head (9a5f06b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #354 +/- ## ======================================= Coverage 98.67% 98.67% ======================================= Files 6 6 Lines 453 453 ======================================= Hits 447 447 Misses 6 6 ```

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