ResInsight
ResInsight copied to clipboard
3D viewer and post processing of reservoir models
When starting a new resinsight instance from Python, the rips module will start at the default port number and iterate until an available port number is found using socket commands...
From the log, we can see that the github action variable `pythonLocation `is changing from 3.8 to 3.10 after running action `https://github.com/jurplel/install-qt-action/tree/v2` https://github.com/OPM/ResInsight/actions/runs/3080820654/jobs/4978625692 Related issue related to protobuf https://github.com/protocolbuffers/protobuf/issues/10075
If you select the Snapshot All icon, then the plots are all written out but are overwritten, as per: ``` Exported snapshot image to D:\Linux\OPM\Fields\Norne\Model\snapshots\NOR_BASE_A00.png Exported snapshot image to D:\Linux\OPM\Fields\Norne\Model\snapshots\NOR_BASE_A00.png...
I have a series of plots for one well, and I would like to loop over the plots for each well. For example, If I have four plots and 10...
I'm trying to get the number of plots in the project, using this: ``` # Get a list of all plots plots = resinsight.project.plots() print("Found " + str(len(plots)) + "...
I'm trying to create a script to batch print the plots in a project, and I need to get the directory for the summary cases, that is ``` summary_case =...
The following issue has been seen on Windows. Please describe the error situation more detailed to be able to reproduce the issue. If you have a small test case, please...
Refactor `RifReaderSettings`, separate the data structure sent to reader from the data structure in preferences. See RifReaderSettings::createGridOnlyReaderSettings() for the only use of importSummaryData flag. Avoid setting the preference structure to...