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

Dataframe is heavily fragmented, in config/design_matrix.py #10143

Closed
berland opened this issue Feb 25, 2025 · 0 comments · Fixed by #10202
Closed

Dataframe is heavily fragmented, in config/design_matrix.py #10143

berland opened this issue Feb 25, 2025 · 0 comments · Fixed by #10202
Assignees

Comments

@berland
Copy link
Contributor

berland commented Feb 25, 2025

This warning should probably be solved:

/prog/res/komodo/bleeding-20250225-0207-py311-rhel8/root/lib64/python3.11/site-packages/ert/config/design_matrix.py:201: 
PerformanceWarning: DataFrame is highly fragmented.  This is usually the result of calling `frame.insert` many times,
 which has poor performance.  Consider joining all columns at once using pd.concat(axis=1) 
instead. To get a de-fragmented frame, use `newframe = frame.copy()`
@berland berland moved this to Todo in SCOUT Feb 25, 2025
@larsevj larsevj self-assigned this Mar 3, 2025
@larsevj larsevj moved this from Todo to In Progress in SCOUT Mar 3, 2025
@larsevj larsevj mentioned this issue Mar 4, 2025
9 tasks
@larsevj larsevj moved this from In Progress to Ready for Review in SCOUT Mar 6, 2025
@xjules xjules moved this from Ready for Review to Reviewed in SCOUT Mar 7, 2025
@github-project-automation github-project-automation bot moved this from Reviewed to Done in SCOUT Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants