-
Notifications
You must be signed in to change notification settings - Fork 27
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
Fix deprecation warning #58
Comments
A newbie contributor to opensource here. Wanted to know if this issue still needs fixing and if I could help! |
Hi @DishaDudhal 👋 I think there are still some deprecation warnings present in the code base. In #59 I'd noted a few which I had not resolved (although I think the test suite itself has been reorganized since then). I just ran the test suite locally and got the following warnings:
To close this issue we would want the final line to say 0 warnings, so there's definitely room for improvement here. I'd suggest you create a rivgraph environment locally and run the test suite on your machine. Then you can see the warnings for yourself and figure out if they can be resolved (I'm not sure my local environment has the latest package versions). Hope that helps, happy to have your contributions! If this response was unclear please follow up and I can try to clarify. |
Thanks @elbeejay! Interesting that the Warning that this issue was opened for doesn't show up in the tests. Anyway, @DishaDudhal, welcome! We would love your contributions. Please post here if you have questions. |
Easy fix to be done here,
|
im_utils.regionprops()
prints this warning upon each initial call:We should fix this.
The text was updated successfully, but these errors were encountered: