-
Notifications
You must be signed in to change notification settings - Fork 121
Remove Webviz ERT and BaseService #12567
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
base: main
Are you sure you want to change the base?
Conversation
0b02fd9 to
0b0d56d
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12567 +/- ##
==========================================
+ Coverage 90.55% 90.67% +0.11%
==========================================
Files 435 430 -5
Lines 29940 29702 -238
==========================================
- Hits 27112 26932 -180
+ Misses 2828 2770 -58
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
1278c0c to
ed69bd1
Compare
|
|
||
|
|
||
| def run_webviz_ert(args: Namespace, _: ErtRuntimePlugins | None = None) -> None: | ||
| try: |
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.
note2self Add this back and give the notice that it is removed and that the misfits plot is available in ERT plotter
| @@ -1,42 +0,0 @@ | |||
| from __future__ import annotations | |||
|
|
|||
| from collections.abc import Mapping | |||
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.
note2self also remove misfits endpoint (assuming only used by webviz ert)
ed69bd1 to
b872dad
Compare
Should not be hardcoded to 120
For clarity and easier testing, prefer singleton global string var over in-place hardcoding of strings.
To not lose test coverage when removing BaseService
b872dad to
375fc69
Compare
375fc69 to
372392b
Compare
PS: Should consider when to merge this in wrt deprecation warnings etc.