Magne Sjaastad

Results 153 issues of Magne Sjaastad

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

System

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...

Bug

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...

System

Grid cell properties are now available in data source panel. These objects can be used in drag/drop operations to change current cell result or fault result. Other relevant operations can...

Enhancement

- consider using case independent variable names in expressions - add more examples using if statements https://opm.github.io/ResInsight-UserDocumentation/3d-main-window/gridpropertycalculator/

Enhancement

Use case: - import tree summary cases - edit plot - select all tree summary cases and two vectors, FOPT and FWCT - default assignment of curves and colors is...

Enhancement

- improve the install of the rips package and make it easy to identify dependencies - describe how to install and distribute Python package - describe requirements.txt and setup.py

System

When producing screenshots in offscreen mode, some warnings are written to the console. These can be hidden using a custom message handler. https://doc.qt.io/qt-5/qtglobal.html#qInstallMessageHandler

System

Code used to optimize the performance for static only grid visualization is not very useful. The code related to `isTimeStepDependentDataVisible` is complex and difficult to maintain. Consider if all these...

System