-
Notifications
You must be signed in to change notification settings - Fork 59
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
New SimulationTimeSeriesOneByOne
plugin
#1217
Conversation
… to avoid problems with other plugins
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.
LGTM. Tested and works fine. No big comments from me 🙂
- Update the plugin description
- Could be nice with a resampling option box
- Clean up the timeseries figure function by dropping unused parts
from other users I have gotten request to be able to filter the tornado when using the sensitivity filter. I had a plan to make a checkbox to "link sensitivity filter". You can include it if you have time 😃
I also guess it would be nice to show the the p10/p90 lines instead of/together with the mean for mc sensitivities. so that it follows the tornado plot bars. but that probably requires a bit more time, and could be put as an issue
webviz_subsurface/plugins/_simulation_time_series_onebyone/_plugin.py
Outdated
Show resolved
Hide resolved
...iz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_onebyone_timeseries_figure.py
Outdated
Show resolved
Hide resolved
...iz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_onebyone_timeseries_figure.py
Outdated
Show resolved
Hide resolved
...lugins/_simulation_time_series_onebyone/_utils/_simulation_time_series_onebyone_datamodel.py
Outdated
Show resolved
Hide resolved
...lugins/_simulation_time_series_onebyone/_utils/_simulation_time_series_onebyone_datamodel.py
Outdated
Show resolved
Hide resolved
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.
👏
New plugin
SimulationTimeSeriesOneByOne
, mean to replace the old pluginReservoirSimulationTimeSeriesOneByOne
. Based on #1156 by @tnatt, but converted to the WLF framework.Uses the arrow summary provider and has a bit more functionality than the old plugin.
Contributor checklist
.UNSMRY
to.arrow
provider #858 forSimulationTimeSeriesOneByOne
CHANGELOG.md
, and added it if should be communicated there.