JuliaImages / ImageSegmentation.jl

Partitioning images into meaningful regions
Other
47 stars 23 forks source link

Doctest failing #87

Closed kschertler closed 1 year ago

kschertler commented 1 year ago

The package test is failing due to a failed doctest triggered here:

https://github.com/JuliaImages/ImageSegmentation.jl/blob/252e083626481ebf2260605b95ff19a5c8039e83/src/core.jl#L294-L298

The actual function output is CartesianIndices((16:18, 23:25)). I will create a pull request on this.

kschertler commented 1 year ago

To be fixed with PR #91.