-
-
Notifications
You must be signed in to change notification settings - Fork 308
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
r.proj: Create unit tests #4225
Conversation
Should we close #1663? |
Does it contain some useful parts that could be taken here? |
At first glance, I see that #1663 has more fields of the statistics in the expected results. Like |
#1663 has everything from r.univar, but this is not necessary. For example, if |
Ok, I see now how it's univar. In that case yes, I agree that the rest was kinda redundant. Like variance and stddev. So we can close the older PR then |
I misspressed on update instead of merge (very slow network), so we'll need to wait.. |
* create unit tests for r.proj * change the source project * update the validation values according to the map in the project * remove shell cmd, update doc, modify precision
This PR creates unit tests for the
r.proj
. The results are checked by the extents, nrows, ncols, and statistics of the reprojected raster.Closes #1663