Commit Graph

17 Commits

Author SHA1 Message Date
Jørgen Herje
491b0c3ff0 Fix typo in proto 2024-03-11 09:55:50 +01:00
Jørgen Herje
0ed0d81765 Minor cleanup - WIP 2024-03-08 15:25:05 +01:00
Jørgen Herje
8f50da0212 Backup - WIP 2024-03-06 15:32:23 +01:00
Jørgen Herje
1bdc8e95a1 BACKUP Testing to create enclosing polygon from triangles per cell - WIP 2024-03-05 15:23:46 +01:00
Jørgen Herje
091bd8163a Initial testing of CutAlongPloyline - WIP 2024-02-28 16:10:36 +01:00
Jørgen Herje
9eec4e6d4b Initial testing of GetGridSurface with mocked data 2024-02-19 15:07:45 +01:00
Magne Sjaastad
a8e1c8e88c Trigger dummy build 2024-02-14 13:29:12 +01:00
Magne Sjaastad
da01899241 Use empty proto file to make baseline compile 2024-02-14 11:08:02 +01:00
Sigurd Pettersen
242cad41b9 Update after discussion with MSJ 2024-02-13 13:44:25 +01:00
Sigurd Pettersen
0967e576e3 Draft definition of Webviz/RI proto file 2024-02-13 12:38:22 +01:00
Magne Sjaastad
9738e69f8d Add delete of object from Python
* Move several methods to protected
* Add delete() to Python rips objects
* Move functions to RiaGrpcHelper

Co-authored-by: magnesj <magnesj@users.noreply.github.com>
2024-01-29 08:46:45 +01:00
Magne Sjaastad
a78f8f8982 Use enum instead of string 2023-11-17 09:53:30 +01:00
Kristian Bendiksen
f407acd5fa #8034 Pass reader settings to eclipse loading methods. 2021-09-29 09:40:27 +02:00
Magne Sjaastad
3a94078867 Support optimized surface export from grid model layers
* #7885 Update opm-common with optimized coordinate import
* #7885 Allow null as default result from a script method
* #7885 Propagate default parameter values to generated Python code
* #7885 Add CommandRouter as hub for worker methods
* #7885 Add support for use of CommadRouter from Python
2021-08-23 11:58:32 +02:00
Magne Sjaastad
eb3c52aeb1 Python adjustments (#7809)
* #7797 Well Targets: Add scripting capability
* #7794 Python : Do not update childField or childFieldArray
* #7797: Python - Add scripting to well path collection
- Extend the pdmobject.py with method add_object()
- allow objects to be created from Python in well path collections
- add well targets to modelled well path

* #7795 Python : Make sure referenced generated classes are defined
* #7810 StimPlanModel: clean-up python generation
* Python : Always use empty string as default value for ptrFieldValue
It can happen that a ptrField is assigned to a pointer on object construction. (FaciesProperties) Make sure that constructor always assigns an empty string.

Co-authored-by: magnesj <magnesj@users.noreply.github.com>
Co-authored-by: Kristian Bendiksen <kristian.bendiksen@gmail.com>
2021-06-25 14:44:52 +02:00
Magne Sjaastad
010e964ea8 #6878 Export Completion: Make subset of settings available from Python
Python code linting changes detected by black
2021-05-03 14:15:43 +02:00
Gaute Lindkvist
2de5c9ce0b Move GrpcInterface into top level 2021-01-11 15:27:45 +01:00