-
Notifications
You must be signed in to change notification settings - Fork 42
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
Fix bugs following geoutils update #291
Conversation
Good news: most of these tests you mention don't fail on the CI.
Bad news: the different value for variograms is also an issue in the CI, and I don't understand that one yet.
|
OK, so I added I ran the test changing from In the What a run it was to track this one! I hope |
Tests finally passing, in the end it was a |
Because of the MemoryFile PR in geoutils, several attributes of Raster objects do not exist. Fix bugs that arise with that change. Things important to keep in mind:
self.ds
was removedself._get_rio_attrs
was removedself._update
was removedFixed several issues, but I still have a few that fail locally: