-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
autotest: update tests for gdal_calc #11667
base: master
Are you sure you want to change the base?
Conversation
dbaston
commented
Jan 16, 2025
- simplify generation of temporary file names, since they'll be cleaned up automatically
- separate independent tests into separate functions
- add tests for untested arguments
- avoid copying input dataset for every test function
- use vsimem where possible
Should the |
I've no idea. If that's an annoyance, just skip the test on Windows |
Maybe the optfile itself does not work on Windows? Like having \ as newlines, while it maybe should be ^. And if the trouble was caused by the file paths, Windows supports also forward slashes |
Here are the optfile contents:
Calling
Calling
After editing the optfile to replace
I'm going to skip the test on Windows for now. |
867230f
to
174e822
Compare