mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
15 lines
412 B
Python
15 lines
412 B
Python
#!/usr/bin/env python
|
|
import sys
|
|
|
|
# This is a small executable which is used to verify the install,
|
|
# Prior to calling this the environment must have been prepared to
|
|
# ensure that the newly installed versions are picked up - this can
|
|
# typically be achieved with the bash script bin/test_install which is
|
|
# generated during the configure process.
|
|
|
|
from ecl.grid import EclGrid
|
|
from ecl.summary import EclSum
|
|
|
|
|
|
|