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

future warning on morphological operations #97

Closed
amoodie opened this issue Feb 24, 2022 · 0 comments · Fixed by #98
Closed

future warning on morphological operations #97

amoodie opened this issue Feb 24, 2022 · 0 comments · Fixed by #98
Labels
help wanted Extra attention is needed masks planform

Comments

@amoodie
Copy link
Contributor

amoodie commented Feb 24, 2022

/opt/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/site-packages/DeltaMetrics-0.3.0-py3.8.egg/deltametrics/plan.py:1635: FutureWarning: `selem` is a deprecated argument name for `binary_closing`. It will be removed in version 1.0. Please use `footprint` instead.
@amoodie amoodie added help wanted Extra attention is needed planform masks labels Feb 24, 2022
elbeejay added a commit to elbeejay/DeltaMetrics that referenced this issue Feb 25, 2022
replaces the 'selem' kwarg for the scikit-image binary closing method with the new
'footprint' argument. sets the minimum version for scikit-image to 0.19 in the
requirements.txt file which is the first version that has the 'footprint' argument.
elbeejay added a commit that referenced this issue Feb 25, 2022
* close issue #97

replaces the 'selem' kwarg for the scikit-image binary closing method with the new
'footprint' argument. sets the minimum version for scikit-image to 0.19 in the
requirements.txt file which is the first version that has the 'footprint' argument.

* Update build.yml

update python versions in CI builds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed masks planform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant