-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
Description
reported by @mbuchhorn:
with usage of multibackend job manager (v 0.34.0 and probably earlier) he started to see warnings like these:
openeo\extra\job_management.py:539: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value 'cdse' has dtype incompatible with float64, please explicitly cast to a compatible dtype first.
df.loc[i, "backend_name"] = backend_name
openeo\extra\job_management.py:557: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value '2024-11-07T14:02:24Z' has dtype incompatible with float64, please explicitly cast to a compatible dtype first.
df.loc[i, "start_time"] = rfc3339.utcnow()
openeo\extra\job_management.py:559: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value 'j-241107dc8572430887c7600e3d0cb112' has dtype incompatible with float64, please explicitly cast to a compatible dtype first.
df.loc[i, "id"] = job.job_id