ert
ert copied to clipboard
Combine datasets & refactor observations to response configs
squash of https://github.com/equinor/ert/pull/7495
Requires change in semeio: https://github.com/equinor/semeio/pull/609
Codecov Report
Attention: Patch coverage is 93.44262% with 56 lines in your changes are missing coverage. Please review.
Project coverage is 85.90%. Comparing base (
140e5d7) to head (b2a7932). Report is 8 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #7563 +/- ##
==========================================
+ Coverage 85.76% 85.90% +0.13%
==========================================
Files 379 381 +2
Lines 23117 23441 +324
Branches 624 630 +6
==========================================
+ Hits 19827 20136 +309
- Misses 3209 3232 +23
+ Partials 81 73 -8
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Known issues 2fix:
- Combination is not done after final iteration the way it is done now, due to no update
- (On local MacOS M1) Running
performance_utilsexample takes about 1h20min, combining datasets about 10mins per iteration (being with 200 * 3400 gen_data entries, and 200 summary files at 1.6MB each). Memory usage at most around 1.8GB during the update.
closes #5065