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
pandas is deprecating a lot of things. Running fmu-ensemble will produce the following warning with pandas 2.0 on python 3.11
...fmu/ensemble/realization.py:535: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value '['EXIT: 1/Process exited with status code 1']' has dtype incompatible with float64, please explicitly cast to a compatible dtype first.
status.loc[errorjobs, "errorstring"] = error_string
The text was updated successfully, but these errors were encountered:
eivindjahren
changed the title
pandas Futurewarning
pandas Futurewarning in fmu.ensemble.realization
Oct 17, 2024
pandas is deprecating a lot of things. Running fmu-ensemble will produce the following warning with pandas 2.0 on python 3.11
The text was updated successfully, but these errors were encountered: