-
Notifications
You must be signed in to change notification settings - Fork 109
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
Handle empty ensemble in observations view #9554
Handle empty ensemble in observations view #9554
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9554 +/- ##
==========================================
+ Coverage 91.87% 91.88% +0.01%
==========================================
Files 433 433
Lines 26767 26769 +2
==========================================
+ Hits 24591 24598 +7
+ Misses 2176 2171 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #9554 will improve performances by 85.07%Comparing Summary
Benchmarks breakdown
|
1336f40
to
06ad21a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The regression test does not catch the bug.
06ad21a
to
83c5d95
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Issue
Resolves #9549
git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable