-
Notifications
You must be signed in to change notification settings - Fork 24
Improve error messages and make Raster
indexing/assigment NumPy compatible
#454
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
Conversation
…cropping behaviour of getitem
Raster
indexing/assigment NumPy compatible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice that all these errors are consistently addressed now !
I only have a few minor comments.
Also according to coveralls, the test coverage has reduced a bit (2 lines) for vector.py with this PR. |
I think it's because the lines don't exist anymore... |
Actually it looks like Coveralls is moving towards a GitHub integration too, maybe we can wait it out: https://coveralls.io/new-github-integration-beta |
This PR:
Mysterious behaviour of NumPy makes the tests fail only on 4 specific array functions, everything else passing... 🤔
Resolves #433
Resolves #431
Opened #457