JuliaArrays / OffsetArrays.jl

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

no_offset_view in Origin #280

Closed jishnub closed 2 years ago

jishnub commented 2 years ago

Fixes #279

Also, earlier, the Origin constructor had only been defined for OffsetArrays, mistakenly, so this PR extends it to AbstractArrays.

codecov[bot] commented 2 years ago

Codecov Report

Merging #280 (42648eb) into master (4959bab) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #280   +/-   ##
=======================================
  Coverage   95.90%   95.90%           
=======================================
  Files           5        5           
  Lines         464      464           
=======================================
  Hits          445      445           
  Misses         19       19           
Impacted Files Coverage Δ
src/OffsetArrays.jl 97.77% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 11c4946...42648eb. Read the comment docs.