Gaute Lindkvist
d6d1ebd25d
#4518 Set grpc.enable_http_proxy=False in Python client code
2019-07-25 10:38:42 +02:00
Gaute Lindkvist
2971c74c2e
#4519 Fix error in example python script
2019-07-25 07:36:50 +02:00
Gaute Lindkvist
c2c312068c
Python: enable more status messages and warnings for gRPC code generation
2019-07-24 11:13:23 +02:00
Gaute Lindkvist
6b7a9b8da5
#4463 Working creation of grid case groups
2019-07-18 13:43:28 +02:00
Gaute Lindkvist
7a2b9926a0
Allow relative paths in replace case
2019-07-18 13:43:28 +02:00
Gaute Lindkvist
bbc8750d8f
#4516 Fix replaceCase in Python gRPC
2019-07-16 17:12:08 +02:00
Gaute Lindkvist
f2c72a0e71
#4484 Added test for replaceCase that fails
2019-07-15 15:50:55 +02:00
Gaute Lindkvist
3898b97c8a
Fix Python tests
2019-07-15 14:05:34 +02:00
Gaute Lindkvist
dcd3ff6754
#4423 Improve API for setting cell results
2019-07-15 12:30:31 +02:00
Gaute Lindkvist
439913b7b1
#4423 First implementation of PdmObject exchange
2019-07-15 12:30:31 +02:00
Gaute Lindkvist
f59a13cd18
Python: add system for generating markdown docs
2019-06-14 16:09:45 +02:00
Gaute Lindkvist
055cb732db
Python: fix up some examples
2019-06-14 16:09:45 +02:00
Gaute Lindkvist
3611d32e9e
Python: make rips packages complete
2019-06-14 09:19:23 +02:00
Gaute Lindkvist
1d8a417e33
Python: move examples, tests and generated inside rips folder so they are packaged in rips pip-package
2019-06-12 08:29:41 +02:00
Gaute Lindkvist
fe268cd25f
Python: create PyDoc type docs, fix some inconsistencies in code and update rips module version
2019-06-11 15:15:26 +02:00
Gaute Lindkvist
c2bad4a686
#4421 Python: Add GRPC status to About dialog
...
* If the finish comes because the server is shut down,
there is no m_eclipseCase
2019-06-11 12:40:35 +02:00
Gaute Lindkvist
8283d1ac86
Python: test for opening project
2019-06-11 11:08:11 +02:00
Gaute Lindkvist
3e9ef51c6b
Python: fix paths to work even if you launch a script from a different folder
2019-06-06 14:41:40 +02:00
Gaute Lindkvist
8ca8d5d2d8
Python: increase timeout for looking and more informative error message if it fails
2019-06-06 14:37:57 +02:00
Gaute Lindkvist
eaf795112f
Python: increase the amount of times we try to connect to ResInsight
2019-06-06 14:23:18 +02:00
Gaute Lindkvist
a0334fc482
Python: disable brugge tests
2019-06-06 14:00:47 +02:00
Gaute Lindkvist
6dbe5964a1
Python: avoid cleanip in destructor of Instance. It doesn't work right on Linux.
2019-06-06 13:50:15 +02:00
Gaute Lindkvist
ea45d07b85
Python: fix console flags for test
2019-06-06 13:50:14 +02:00
Gaute Lindkvist
91bbbdbe74
Python: add poropermx test
2019-06-06 13:50:14 +02:00
Gaute Lindkvist
df2fe42c4a
Python: gRPC timeout
2019-06-06 13:15:42 +02:00
Gaute Lindkvist
c075f7b352
Python: wait for ResInsight to start
2019-06-06 13:15:42 +02:00
Gaute Lindkvist
57e282eb7e
Python: return time step arrays directly rather than struct containing time step arrays
2019-06-06 13:15:42 +02:00
Gaute Lindkvist
4701ea5134
#4430 Implement GetDaysSinceStart and add way of connecting to existing ResInsight in pytest
2019-06-06 13:15:42 +02:00
Gaute Lindkvist
05451aa904
Python: tidied up tests
2019-06-06 13:15:42 +02:00
Magne Sjaastad
8301827516
cppcheck :Fix missing initialization
2019-06-05 22:47:00 +02:00
Gaute Lindkvist
1a337ea0f8
#4474 Add command for getting runtime info (i.e. console/gui)
...
* Also fixed up some tests when running in console
2019-06-05 15:45:22 +02:00
Gaute Lindkvist
a0d81a08e8
#4465 Implement all remaining command file commands and add tests for some commands
2019-06-05 11:26:19 +02:00
Gaute Lindkvist
5b39860a41
#4460 Improved error messages for pytest
2019-06-05 08:59:30 +02:00
Gaute Lindkvist
196e7df0fa
#4460 Further gRPC/Python tests
2019-06-04 20:35:30 +02:00
Gaute Lindkvist
8bbbaec9df
gRPC: multi-case test
2019-06-04 13:26:30 +02:00
Gaute Lindkvist
3530c8b3de
#4460 #4424 Adding Exit() to the gRPC interface plus implemented test framework
2019-06-04 12:59:06 +02:00
Gaute Lindkvist
930abbf02f
Python: added tests and made Octave InputPropTest.m general
...
* removed non-general hard-coded grid sizes and added timing to Octave test
* added two Pythonbenchmarks (sync and async) for the same test
2019-06-04 10:49:35 +02:00
Gaute Lindkvist
b6427d84c3
gRPC: enable multiple server->client streams of property data at the same time
2019-06-04 10:33:11 +02:00
Gaute Lindkvist
5379e95857
Python: more examples + a comparable Octave Example
2019-06-04 08:45:13 +02:00
Gaute Lindkvist
35059d1d67
#4428 Implement more commands
2019-06-03 21:22:03 +02:00
Gaute Lindkvist
fe2d352f84
#4462 Python Fix examples to run well with either install module or without
2019-06-03 21:11:27 +02:00
Gaute Lindkvist
a468532d7f
#4457 Python: clean up grpc api, Python client API and make installable python package ( #4456 )
...
* gRPC: Make names more consistent
* gRPC: clean up case info and improve Python API for cases
* gRPC: much more object oriented Python interface
* Python: Make a proper pip-installable package
* Update rips Python package to auto generate setup.py with version number
* Python: add setup.py to gitignore
* Python: Update Python RIPS interface
* gRPC: Remove example client from cmake file and unit test
* gRPC: Fix up unit test after merge and hide warnings
* gRPC: fix up python client code
2019-06-03 14:33:16 +02:00
Magne Sjaastad
db97951a80
Fix casing : Add file with correct casing
2019-05-31 10:17:44 +02:00
Magne Sjaastad
ec5e655617
Fix casing : temp delete
2019-05-31 10:15:11 +02:00
Gaute Lindkvist
596f098d43
Python: Add more examples and fix async streaming code
2019-05-30 18:52:38 +02:00
Gaute Lindkvist
a6cdec0816
Python: enable storage of new results and improve reliability
2019-05-30 18:52:16 +02:00
Magne Sjaastad
5b7b9993a0
Remove duplicate if statement
2019-05-29 15:12:34 +02:00
Gaute Lindkvist
14ff796392
gRPC: renames
2019-05-27 07:29:20 +02:00
Gaute Lindkvist
c9d56bda9c
gRPC: Move all python code into the ApplicationCode/GrpcInterface folder
2019-05-25 09:34:44 +02:00
Gaute Lindkvist
9ac15ec553
gRPC: Add SetGridProperties.py example
2019-05-25 09:34:44 +02:00