Skip to content

predict_curve: labels should not be optional #453

@LukeWeidenwalker

Description

@LukeWeidenwalker

Process ID: predict_curve

Describe the issue:
The docs for the labels parameter of predict_curve say this:

"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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions