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

Simplify ert config builder #4022

Merged

Conversation

eivindjahren
Copy link
Contributor

The workaround for keeping res_config around together with enkf_main has not been needed for a long while, now res_config no longer has a c struct to keep around. Also, we can get and LibresFacade directly from config file.

Pre review checklist

  • Added appropriate release note label
  • PR title captures the intent of the changes, and is fitting for release notes.
  • Commit history is consistent and clean, in line with the contribution guidelines.

Adding labels helps the maintainers when writing release notes. This is the list of release note labels.

The workaround for keeping res_config around together with
enkf_main has not been needed for a long while, now res_config
no longer has a c struct to keep around. Also, we can get and
LibresFacade directly from config file.
@codecov-commenter
Copy link

codecov-commenter commented Oct 7, 2022

Codecov Report

Merging #4022 (84ed53d) into main (d8ab5b6) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #4022   +/-   ##
=======================================
  Coverage   58.73%   58.73%           
=======================================
  Files         539      539           
  Lines       40101    40101           
  Branches     3638     3638           
=======================================
+ Hits        23554    23555    +1     
+ Misses      15534    15533    -1     
  Partials     1013     1013           
Impacted Files Coverage Δ
src/clib/lib/res_util/block_fs.cpp 67.62% <0.00%> (-0.41%) ⬇️
src/ert/libres_facade.py 80.64% <0.00%> (+0.46%) ⬆️
src/clib/lib/enkf/block_fs_driver.cpp 74.67% <0.00%> (+0.64%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@eivindjahren eivindjahren merged commit 283d7f1 into equinor:main Oct 7, 2022
@eivindjahren eivindjahren deleted the simplify_ert_config_builder branch October 7, 2022 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants