Skip to content

Commit

Permalink
add data parameter to predict_curve (Open-EO#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaHutter authored Sep 20, 2023
1 parent 22a9c6e commit 791eb8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def predict_curve(
function: Callable,
dimension: str,
labels: ArrayLike,
data: RasterCube = None,
):
labels_were_datetime = False
dims_before = list(parameters.dims)
Expand Down

0 comments on commit 791eb8c

Please sign in to comment.