mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4867 Rename python examples to avoid mixed case
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#######################################
|
||||
# This example connects to ResInsight
|
||||
#######################################
|
||||
import rips
|
||||
|
||||
resinsight = rips.Instance.find()
|
||||
|
||||
if resinsight is None:
|
||||
print('ERROR: could not find ResInsight')
|
||||
else:
|
||||
print('Successfully connected to ResInsight')
|
||||
Reference in New Issue
Block a user