-
Notifications
You must be signed in to change notification settings - Fork 179
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
Introduces 'path' as an alternative to 'raster_path' with a deprecation warning #569
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need a doc string and specify that DeepForest 2.0 is the deprecation version for that arg. Thanks!
So are the changes enough or any more changes needed? |
"The 'raster_path' argument is deprecated and will be removed in future versions. Use 'path' instead.", | ||
DeprecationWarning | ||
) | ||
path = raster_path |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where are we using this value path
?
…ter_path' with a deprecation warning
Thanks for the contribution @manascb1344. I'm going to close this PR in favor of #617 since this one just adds the argument but doesn't make all of the downstream changes to make that new argument work. Those changes are all completed in #617 if you want to see a complete set of changes for this issue looks like. |
No description provided.