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

Deprecated function call in filter_remove_small_holes #5

Open
SamuelVilz opened this issue Aug 11, 2020 · 0 comments
Open

Deprecated function call in filter_remove_small_holes #5

SamuelVilz opened this issue Aug 11, 2020 · 0 comments

Comments

@SamuelVilz
Copy link

SamuelVilz commented Aug 11, 2020

In tile_extraction/filter.py, in line 286, sk_morphology.remove_small_holes is called with the parameter name min_size.
This probably worked for earlier versions of the sk_morphology function, but it now raises an error, as the function now expects the parameter area_threshold, which is probably equivalent with what min_size once meant.
-> filter.py needs to be adapted

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

No branches or pull requests

1 participant