Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pandas Futurewarning in fmu.ensemble.realization #263

Open
eivindjahren opened this issue Oct 17, 2024 · 0 comments
Open

pandas Futurewarning in fmu.ensemble.realization #263

eivindjahren opened this issue Oct 17, 2024 · 0 comments

Comments

@eivindjahren
Copy link
Contributor

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
@eivindjahren eivindjahren changed the title pandas Futurewarning pandas Futurewarning in fmu.ensemble.realization Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant