mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7933 Export Snapshot : Fix failing example
This commit is contained in:
@@ -36,7 +36,6 @@ for case in cases:
|
|||||||
print("Number of time_steps: " + str(len(time_steps)))
|
print("Number of time_steps: " + str(len(time_steps)))
|
||||||
|
|
||||||
for view in case.views():
|
for view in case.views():
|
||||||
if view.is_eclipse_view():
|
|
||||||
for property in property_list:
|
for property in property_list:
|
||||||
view.apply_cell_result(
|
view.apply_cell_result(
|
||||||
result_type="DYNAMIC_NATIVE", result_variable=property
|
result_type="DYNAMIC_NATIVE", result_variable=property
|
||||||
|
|||||||
Reference in New Issue
Block a user