-
Notifications
You must be signed in to change notification settings - Fork 26
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
Decreasing test size #121
Decreasing test size #121
Conversation
remotefiles.jl now doesn't download same files (equal sha signatures). Also changed 2 lines of code, such that the tests now run on non-redundant data-sets.
remotefiles.jl now doesn't download the datasets that are not used in any test
Looks good, test are passing :) |
As suggested [here](yeesian#121 (comment)), deleted the lines instead of commenting out
Great, thanks. What it the reason that you marked it WIP, work in progress? Do you still want to make other changes in this PR, or is this good to go? |
It is good to go now. I used the WIP tag in case I needed to make further changes. |
As long as you think you are done, you can leave it out. Otherwise people may wait for you to finish :) |
Many thanks Pritam! :) |
* Removed Duplicates remotefiles.jl now doesn't download same files (equal sha signatures). Also changed 2 lines of code, such that the tests now run on non-redundant data-sets. * Removed files which were not used for testing remotefiles.jl now doesn't download the datasets that are not used in any test * Deleted commented out lines As suggested [here](yeesian#121 (comment)), deleted the lines instead of commenting out
As noted in #104, testing ArchGDAL requires around 200MB of datasets to be downloaded.
The objective of this PR is to tackle this issue.
As suggested by @visr here in an earlier PR with the same objective, this PR is much cleaner.