Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doctest failing #87

Closed
kschertler opened this issue Feb 13, 2023 · 1 comment
Closed

Doctest failing #87

kschertler opened this issue Feb 13, 2023 · 1 comment

Comments

@kschertler
Copy link
Contributor

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

julia> fiter(center)
3×3 CartesianIndices{2, Tuple{UnitRange{$Int}, UnitRange{$Int}}}:
CartesianIndex(16, 23) CartesianIndex(16, 24) CartesianIndex(16, 25)
CartesianIndex(17, 23) CartesianIndex(17, 24) CartesianIndex(17, 25)
CartesianIndex(18, 23) CartesianIndex(18, 24) CartesianIndex(18, 25)

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

@kschertler kschertler changed the title Doctest failling Doctest failing Feb 13, 2023
@kschertler
Copy link
Contributor Author

To be fixed with PR #91.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant