Fix up tests to match new view id

This commit is contained in:
Gaute Lindkvist
2019-11-21 08:13:15 +01:00
parent dfb5896edf
commit f130163ee8
10 changed files with 13 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ import grpc
resinsight = rips.Instance.find()
start = time.time()
case = resinsight.project.case(case_id=0)
case = resinsight.project.cases()[0]
# Read poro result into list
poro_results = case.active_cell_property('STATIC_NATIVE', 'PORO', 0)