mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4736 test fixes
This commit is contained in:
@@ -11,19 +11,19 @@ for casePath in casePaths:
|
||||
|
||||
caseGroup = resinsight.project.create_grid_case_group(casePaths=casePaths)
|
||||
|
||||
caseGroup.printObjectInfo()
|
||||
caseGroup.print_object_info()
|
||||
|
||||
#statCases = caseGroup.statistics_cases()
|
||||
#caseIds = []
|
||||
#for statCase in statCases:
|
||||
# statCase.setValue("DynamicPropertiesToCalculate", ["SWAT"])
|
||||
# statCase.set_value("DynamicPropertiesToCalculate", ["SWAT"])
|
||||
# statCase.update()
|
||||
# caseIds.append(statCase.getValue("CaseId"))
|
||||
# caseIds.append(statCase.get_value("CaseId"))
|
||||
|
||||
resinsight.commands.compute_case_group_statistics(caseGroupId=caseGroup.groupId)
|
||||
|
||||
view = caseGroup.views()[0]
|
||||
cellResult = view.cellResult()
|
||||
cellResult.setValue("ResultVariable", "PRESSURE_DEV")
|
||||
cellResult.set_value("ResultVariable", "PRESSURE_DEV")
|
||||
cellResult.update()
|
||||
|
||||
Reference in New Issue
Block a user