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

Fix SPE1 yaml config for smry_keys #2685

Merged
merged 1 commit into from
Jan 12, 2022
Merged

Conversation

berland
Copy link
Contributor

@berland berland commented Jan 11, 2022

Issue
Resolves #2684
Resolves #2683

Approach
Following up syntax change in #2613

Pre review checklist

.

  • Added appropriate labels

Adding labels helps the maintainers when writing release notes, see sections and the
corresponding labels here: https://github.com/equinor/ert/blob/main/.github/release.yml

@berland berland added bug maintenance Not a bug now but could be one day, repaying technical debt labels Jan 11, 2022
@sondreso sondreso added the ert3 label Jan 11, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jan 11, 2022

Codecov Report

Merging #2685 (1feeb7b) into main (ebe2dc6) will decrease coverage by 0.00%.
The diff coverage is 72.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2685      +/-   ##
==========================================
- Coverage   65.05%   65.05%   -0.01%     
==========================================
  Files         651      651              
  Lines       53917    53911       -6     
  Branches     4610     4610              
==========================================
- Hits        35077    35072       -5     
  Misses      17360    17360              
+ Partials     1480     1479       -1     
Impacted Files Coverage Δ
ert/storage/_storage.py 88.52% <70.00%> (-0.49%) ⬇️
ert3/console/_console.py 89.11% <100.00%> (+0.05%) ⬆️
libres/lib/analysis/std_enkf.cpp 63.69% <0.00%> (ø)
libres/lib/analysis/analysis_module.cpp 45.81% <0.00%> (ø)
libres/lib/analysis/ies/ies_enkf.cpp
libres/lib/analysis/ies/ies_enkf_config.cpp
libres/lib/analysis/ies/ies_enkf_data.cpp
libres/lib/analysis/ies/ies.cpp 56.36% <0.00%> (ø)
libres/lib/analysis/ies/ies_data.cpp 83.70% <0.00%> (ø)
libres/lib/analysis/ies/ies_config.cpp 90.00% <0.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ebe2dc6...1feeb7b. Read the comment docs.

@berland berland enabled auto-merge (rebase) January 12, 2022 06:48
@berland berland disabled auto-merge January 12, 2022 06:48
@berland berland force-pushed the fix_spe1_smry_keys branch from 8cae3b2 to 3ed064d Compare January 12, 2022 07:01
@berland berland linked an issue Jan 12, 2022 that may be closed by this pull request
SPE1 did not work, and this was uncaught by CI. This commit fixes

* Non-zero exit code, and associated test adjustment.
* Fix SPE1 yaml configuration to follow up changes in
  Eclsum handling.
* Remove redundant summary2json in SPE1
* Fix in storage to allow transmitting RecordTrees to storage,
  userdata is only included when real_id=0

Co-authored-by: Håvard Berland <[email protected]>
Co-authored-by: Julius Parulek <[email protected]>
@berland berland force-pushed the fix_spe1_smry_keys branch from 8771aa1 to b62a7d8 Compare January 12, 2022 09:19
@sondreso sondreso removed the maintenance Not a bug now but could be one day, repaying technical debt label Jan 12, 2022
@xjules xjules force-pushed the fix_spe1_smry_keys branch from 1feeb7b to b62a7d8 Compare January 12, 2022 12:16
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.

I think it looks good now!

Copy link
Collaborator

@sondreso sondreso left a comment

Choose a reason for hiding this comment

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

Remember to squash before merging I needed to refresh the page

@berland berland enabled auto-merge (rebase) January 12, 2022 13:06
@berland berland merged commit bb9cae0 into equinor:main Jan 12, 2022
@berland berland deleted the fix_spe1_smry_keys branch January 13, 2022 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SPE1 demo is currently broken Fix recordtree transmitter for _storage
5 participants