Well path name fix, histogram zoom-all, and histogram tree selection visibility - #14644
Merged
Conversation
… legacy projects Reverts the unconditional change from commit 74ffc82 and replaces it with a safer fix: only skip re-initializing the well path name from the source file on reload when a name has already been set. Older projects that never serialized the well path Name field (e.g. TestCase_RFT_PLT/RegressionTest.rsp) still get their name populated from the file on load, while renamed well paths in newer projects keep their custom name across reloads. Restores the RMS well round-trip test that verifies a renamed well path name persists after save/reopen.
When creating a histogram from grid cell results (e.g. PERMX) via "Create Grid Statistics Plot", zoom the histogram plot to fit the data right after the curve is populated, instead of leaving it at default axis ranges.
Selecting a curve or a plot inside a RimHistogramMultiPlot in the project tree now scrolls the multi plot view to make the containing histogram plot visible, mirroring the existing behavior for RimSummaryMultiPlot.
This file contains hidden or 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
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.
Summary
Reworks the previous fix for Bug: Well name is not stored in project file #14538 so that a renamed well path name is preserved across
project reloads, while still initializing the name from the source file for legacy projects
that never serialized a well path
Name(e.g.TestCase_RFT_PLT/RegressionTest.rsp, whichwas broken by the original fix).
When creating a histogram from grid cell results (e.g. PERMX) via "Create Grid Statistics Plot",
the plot is now zoomed to fit the data right after creation.
Selecting a curve or a plot inside a
RimHistogramMultiPlotin the project tree now scrollsthe multi plot view to make the containing histogram plot visible, mirroring existing behavior
for
RimSummaryMultiPlot.Testing
ApplicationLibCodeandResInsight.exe(Debug) successfully after each change.test_rmswell_renamed_name_persistsPython round-trip test.