mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix CaseInfoStreamingExample.py
This commit is contained in:
@@ -9,7 +9,7 @@ import rips
|
||||
resinsight = rips.Instance.find()
|
||||
|
||||
# Get the case with id == 0. This will fail if your project doesn't have a case with id == 0
|
||||
case = resinsight.project.case(id=0)
|
||||
case = resinsight.project.case(case_id=0)
|
||||
|
||||
# Get the cell count object
|
||||
cell_counts = case.cell_count()
|
||||
|
Reference in New Issue
Block a user