JuliaArrays / OffsetArrays.jl

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

Specialize `Base.cconvert` for `OffsetArray`s #344

Closed jishnub closed 8 months ago

jishnub commented 8 months ago

Close #338

This should resolve the test failure on nightly

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (e83d167) 98.67% compared to head (1ffbe6e) 98.67%.

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

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