Skip to content
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

Bugfix for unknown files error message #70

Merged
merged 26 commits into from
Jan 17, 2023
Merged

Conversation

khendrickx
Copy link
Contributor

is_srtm_raster will be a list of None if none of the files match FILENAME_TILE_REGEX, causing an exception for np.argmin. This commit replaces those None values with False.

@ajnisbet ajnisbet changed the base branch from master to dev January 17, 2023 21:09
@ajnisbet ajnisbet merged commit 40daaa5 into ajnisbet:dev Jan 17, 2023
@ajnisbet
Copy link
Owner

Thanks for this fix! I've merged it into the dev branch, and will include it in the next release when I figure out how to fix #68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants