Fix CaseInfoStreamingExample.py

This commit is contained in:
Gaute Lindkvist
2019-10-09 10:35:16 +02:00
parent 9f0cf91789
commit a5e2e25b1b

View File

@@ -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()