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

Upcoming pandas deprecation #1212

Closed
sotorrio1 opened this issue Mar 28, 2024 · 0 comments · Fixed by #1214
Closed

Upcoming pandas deprecation #1212

sotorrio1 opened this issue Mar 28, 2024 · 0 comments · Fixed by #1214
Assignees
Labels
ODoE Robust Optimality-base Design of Experiments Priority:Normal Normal Priority Issue or PR SDoE Sequential Design of Experiments UQ Issues related to creating, filtering, and analyzing simulation ensembles

Comments

@sotorrio1
Copy link
Member

When running UQ, SDoE or ODoE the file foqus_lib/framework/sampleResults/results.py is triggering a FutureWarning like the following:

/opt/anaconda3/envs/foqus-rc/lib/python3.10/site-packages/foqus_lib/framework/sampleResults/results.py:505: 
FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. 
Value 'default' has dtype incompatible with float64, please explicitly cast to a compatible dtype first.
  self.loc[row, "set"] = set_name
@sotorrio1 sotorrio1 added UQ Issues related to creating, filtering, and analyzing simulation ensembles SDoE Sequential Design of Experiments ODoE Robust Optimality-base Design of Experiments labels Mar 28, 2024
@sotorrio1 sotorrio1 self-assigned this Mar 28, 2024
@sotorrio1 sotorrio1 linked a pull request Mar 28, 2024 that will close this issue
@ksbeattie ksbeattie added Priority:High High Priority Issue or PR Priority:Normal Normal Priority Issue or PR and removed Priority:High High Priority Issue or PR labels Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ODoE Robust Optimality-base Design of Experiments Priority:Normal Normal Priority Issue or PR SDoE Sequential Design of Experiments UQ Issues related to creating, filtering, and analyzing simulation ensembles
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants