-
Notifications
You must be signed in to change notification settings - Fork 91
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
2023.12: Update main branch from dev #10940
Merged
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
Disable editingFinsished() signal when read-only. Using tab after change of Degree in a regression curve object causes the application to hang.
This will ensure that the x-axis range is reset when switching from a cross plot to time plot
If a summary plot is created with a cross plot curve, the time axis object might not be configured. Always use a time based summary plot as source for linking of time axis.
The plots are duplicated, and the axis objects are referenced using ptrField. Make sure resolveReferencesRecursively() is called after the plot is inserted into the project tree.
Add action with an icon inside the line edit to clear the content of the line edit.
…er geo mech model.
Support scripting of wellNameForExport, GroupNameForExport, MswLinerDiameter, MswRoutghness, Preferred Fluid Phase scriptable
Show a dialog with all available RFT wells, and let the user select from this list. Create a copy of the RFT plot, and replace well name in the copy.
After merging the cross plot with the summary plot, the sources stepping can be simplified. Remove obsolete sources stepping code, to prepare for other source stepping issues.
Use std::variant to wrap curve and ensemble curve set. Move some code into RimSummaryAddressModifier
…rking Find candidate for the observation file name including measurement ID. Make sure that observations are filtered by date.
This option makes it possible to look at data from other cases without creating one view per case.
- add data source selection, either Case Property or Grid Calculation - add Time Step Selection, can be used for both dynamic case properties and Grid Calculations - optionally release grid calculation data when statistics is computed - recursive grid calculations is supported
…ent. The "absolute" filter cake adjustment should only be used for cells when filter cake is present (i.e filtrate thickness is not zero).
Adjust build settings to c++20 Add ifdef for code related to CeeViz, so it is possible to compile AppFwk without CeeViz
Fix issue with 0 fault extension
* Make sure the cell filters are refreshed when the geomech grid is reloaded to handle grid changes
Several operations was attached to the POST_BUILD custom command of the ResInsight target. The number of characters in this command exceeded the limit on Windows, and error message "line too long" was displayed on GitHub actions. Suggested solution to copy files into build folder - add new target ResInsightDummyTarget used to find full path to build folder - add new target PreBuildFileCopy for file copy - add all copy operations as a list of cmake commands on PreBuildFileCopy
Previous OpenVds version was removed from server, update to latest available 3.2 version
Check if any geometry is present before accessing geometry data
Do not try to create ESMRY file if there are no time steps in the summary data Do not try to read "TIME" record if no time steps are present
Conflicts: ResInsightVersion.cmake
magnesj
added a commit
that referenced
this pull request
Mar 25, 2024
Merge pull request #10940 from OPM/dev
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.
No description provided.