mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-01 01:08:16 -05:00
Several improvement and adjustments to the Python documentation - applied autopep8 - add summary example - use references to reference other classes and methods
11 lines
149 B
Python
11 lines
149 B
Python
import sys
|
|
import os
|
|
import tempfile
|
|
import pytest
|
|
import grpc
|
|
|
|
sys.path.insert(1, os.path.join(sys.path[0], '../../'))
|
|
import rips
|
|
|
|
import dataroot
|