You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the changes, with release 2023.10.6, when a process graph contains fit_curve or predict_curve, it expects to be wrapped with a "process_graph" key, which is not the case when creating process graphs with the Python Client.
@GeraldIr I noticed an issue with the changes you did here:
2023.10.5...2023.10.6
After the changes, with release 2023.10.6, when a process graph contains
fit_curve
orpredict_curve
, it expects to be wrapped with a "process_graph" key, which is not the case when creating process graphs with the Python Client.I found this bug while trying to use
fit_curve
locally. Here is where the graph is being parsed: https://github.com/Open-EO/openeo-python-client/blob/522edb7ffad4a14f27536a060eac551010d8312a/openeo/local/connection.py#L275This sample code works with 2023.10.5 and no more with 2023.10.6:
The text was updated successfully, but these errors were encountered: