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 mismatch between selected iteration and visually indicated realization selected #9547

Merged

Conversation

andreas-el
Copy link
Contributor

@andreas-el andreas-el commented Dec 13, 2024

Issue
Resolves #9498

  • 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 'pytest tests/ert/unit_tests -n logical -m "not integration_test"')

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: Create Backport PR to latest release

@andreas-el andreas-el added the release-notes:bug-fix Automatically categorise as bug fix in release notes label Dec 13, 2024
@andreas-el andreas-el changed the title Fix emitting signal tab changed circle Fix mismatch between selected iteration and visually indicated realization selected Dec 13, 2024
@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.87%. Comparing base (1875f3b) to head (6dcfda8).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9547      +/-   ##
==========================================
+ Coverage   91.85%   91.87%   +0.01%     
==========================================
  Files         433      433              
  Lines       26768    26772       +4     
==========================================
+ Hits        24589    24596       +7     
+ Misses       2179     2176       -3     
Flag Coverage Δ
cli-tests 39.76% <16.66%> (-0.02%) ⬇️
everest-models-test 34.66% <0.00%> (-0.01%) ⬇️
gui-tests 72.16% <100.00%> (+0.01%) ⬆️
integration-test 37.20% <0.00%> (-0.04%) ⬇️
performance-tests 52.01% <100.00%> (+0.04%) ⬆️
test 40.47% <0.00%> (+0.01%) ⬆️
unit-tests 74.15% <100.00%> (+<0.01%) ⬆️

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.

Copy link
Contributor

@berland berland left a comment

Choose a reason for hiding this comment

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

lgtm!

@andreas-el andreas-el merged commit 7f72c05 into equinor:main Dec 18, 2024
39 of 40 checks passed
@andreas-el andreas-el deleted the fix_emitting_signal_tab_changed_circle branch December 18, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes:bug-fix Automatically categorise as bug fix in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mismatch between selected iteration and visually indicated realization selected
3 participants