JuliaArrays / AxisArrays.jl

Performant arrays where each dimension can have a named axis with values
http://JuliaArrays.github.io/AxisArrays.jl/latest/
Other
200 stars 41 forks source link

Fix doctests #153

Closed c42f closed 5 years ago

c42f commented 5 years ago

The documentation build and doctests currently fail, breaking CI. Fix this:

c42f commented 5 years ago

Coveralls seems terribly confused (it thinks this PR reduces coverage from 100% down to 75%). Presumably that's due to coverage data being submitted by all builds (+ some changes to the way coverage is measured on nightly), so I've pushed 99cfef941 in an attempt to mitigate that.