Skip to content

Conversation

@oyvindeide
Copy link
Collaborator

Issue
Resolves #my_issue

Approach
Short description of the approach

(Screenshot of new behavior in GUI if applicable)

  • PR title captures the intent of the changes, and is fitting for release notes.
  • Added appropriate release note label
  • Commit history is consistent and clean, in line with the contribution guidelines.
  • Make sure unit tests pass locally after every commit (git rebase -i main --exec 'just rapid-tests')

When applicable

  • When there are user facing changes: Updated documentation
  • New behavior or changes to existing untested code: Ensured that unit tests are added (See Ground Rules).
  • Large PR: Prepare changes in small commits for more convenient review
  • Bug fix: Add regression test for the bug
  • Bug fix: Add backport label to latest release (format: 'backport release-branch-name')

@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2025

Codecov Report

❌ Patch coverage is 96.66667% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 90.68%. Comparing base (673711d) to head (6347abe).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/ert/config/field.py 85.71% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #12202   +/-   ##
=======================================
  Coverage   90.67%   90.68%           
=======================================
  Files         435      436    +1     
  Lines       29076    29093   +17     
=======================================
+ Hits        26365    26382   +17     
  Misses       2711     2711           
Flag Coverage Δ
cli-tests 38.38% <30.00%> (-0.07%) ⬇️
gui-tests 68.97% <36.66%> (-0.12%) ⬇️
performance-and-unit-tests 74.19% <93.33%> (+0.01%) ⬆️
test 38.88% <13.33%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

new_configs = {}
for param_config in parameters_json.values():
if param_config["type"] == "field":
param_config["grid_dimensions"] = param_config.pop("ertbox_params")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this should be param_config.pop("ertbox_params", None)?

Copy link
Contributor

@xjules xjules left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just had a small comment in the migration but otherwise good.

@codspeed-hq
Copy link

codspeed-hq bot commented Oct 31, 2025

CodSpeed Performance Report

Merging #12202 will not alter performance

Comparing oyvindeide:rename_ertbox (6347abe) with main (00b3c68)

Summary

✅ 22 untouched

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants