Skip to content

Deprecated function call in filter_remove_small_holes #5

Description

@SamuelVilz

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions