We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
labels
Process ID: predict_curve
Describe the issue: The docs for the labels parameter of predict_curve say this:
predict_curve
"The labels to predict values for. If no labels are given, predicts values only for no-data (null) values in the data cube."
However, in the 2.0.0 version of predict_curve, there's no longer the option to pass in a datacube, so labels shouldn't be allowed to be null.
Proposed solution: Make labels a required parameter for this process and remove the section about filling in nodata-values from the documentation.
The text was updated successfully, but these errors were encountered:
Happy to review a PR.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Process ID: predict_curve
Describe the issue:
The docs for the
labels
parameter ofpredict_curve
say this:However, in the 2.0.0 version of
predict_curve
, there's no longer the option to pass in a datacube, solabels
shouldn't be allowed to be null.Proposed solution:
Make
labels
a required parameter for this process and remove the section about filling in nodata-values from the documentation.The text was updated successfully, but these errors were encountered: