-
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
Delta relative to date within ensemble SimulationTimeSeries
#951
Merged
jorgenherje
merged 35 commits into
equinor:master
from
CeetronSolutions:EQ_698-delta-relative-to-date-within-ensemble
Feb 11, 2022
Merged
Delta relative to date within ensemble SimulationTimeSeries
#951
jorgenherje
merged 35 commits into
equinor:master
from
CeetronSolutions:EQ_698-delta-relative-to-date-within-ensemble
Feb 11, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Use naming "VectorDefinition" - Adjust to "AVG_" -> "PER_DAY_" and "INTVL_" -> "PER_INTVL_"
…ser-defined-vector-definition
- Update unit tests according to "PER_DAY_" and "PER_INTVL_" notation - Bug fix (missing well name in plot title) - Refactor methods
Add unit test for refactored simulation_vector_description() method in reservoir_simulation.py
Adapted to utilize VectorDefinitions from webviz-subsurface-components Python-API
…ser-defined-vector-definition
Correct changelog - "Added" and "Changed" info Fix typo
- When downloading statistics, .loc gave SettingWithCopyWarning warning. - Remove usage of .loc as chained index is not needed: ["DATE"] instead of [("DATE", "")]. - Make copy as download is not performance critical and statistics df contains less data.
…ser-defined-vector-definition
Testing improved implementation of relative to date calculation
- Improved calculation methods - Created new implementations of calculation, and testing with timers. - Moved methods into utils-folder
- Set calculation method for data relative to date: Assuming set of realizatios equal on each date for an ensemble - providers are to be updated! - Add unit tests - Clean up code - Add relative date selection to user download data callback
jorgenherje
added
enhancement 🚀
New feature or request
CeeSol
Task owned by Ceetron Solutions
labels
Feb 8, 2022
Co-authored-by: Anders Fredrik Kiær <[email protected]>
Co-authored-by: Anders Fredrik Kiær <[email protected]>
…ser-defined-vector-definition
…a-relative-to-date-within-ensemble
…elta-relative-to-date-within-ensemble
anders-kiaer
requested changes
Feb 10, 2022
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.
A couple of small comments, otherwise LGTM! 👏 🚀
webviz_subsurface/plugins/_simulation_time_series/utils/vector_statistics.py
Outdated
Show resolved
Hide resolved
webviz_subsurface/plugins/_simulation_time_series/utils/dataframe_utils.py
Outdated
Show resolved
Hide resolved
webviz_subsurface/plugins/_simulation_time_series/_callbacks.py
Outdated
Show resolved
Hide resolved
webviz_subsurface/plugins/_simulation_time_series/_callbacks.py
Outdated
Show resolved
Hide resolved
anders-kiaer
changed the title
Delta relative to date within ensemble SimulationTimeSeries
Delta relative to date within ensemble Feb 10, 2022
SimulationTimeSeries
…_statistics.py Co-authored-by: Anders Fredrik Kiær <[email protected]>
Co-authored-by: Anders Fredrik Kiær <[email protected]>
Co-authored-by: Anders Fredrik Kiær <[email protected]>
anders-kiaer
approved these changes
Feb 10, 2022
VincentNevermore
pushed a commit
to VincentNevermore/webviz-subsurface
that referenced
this pull request
Jul 19, 2022
equinor#951) * Optional property to specify a colormap function that will override the colormap. * Added storybook example. * Code comment fix.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Calculate delta relative to date within ensemble for
SimulationTimeSeries
-pluginContributor checklist
EnsembleSummaryProvider
's in provider setNOTE:
EnsembleSummaryProvider
-interface in PR: Revised EnsembleSummaryProvider interface #950