JuliaArrays / OffsetArrays.jl

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

Fix doctests on v1.4 #302

Closed jishnub closed 2 years ago

jishnub commented 2 years ago

This fixes the display of IdOffsetRange in its docstring, which should fix doctests failing on julia v1.4 and older.

codecov[bot] commented 2 years ago

Codecov Report

Merging #302 (c6c8b2d) into master (83ab52e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #302   +/-   ##
=======================================
  Coverage   96.36%   96.36%           
=======================================
  Files           5        5           
  Lines         440      440           
=======================================
  Hits          424      424           
  Misses         16       16           
Impacted Files Coverage Δ
src/axes.jl 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 83ab52e...c6c8b2d. Read the comment docs.