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:
parent
b397c230ac
commit
97d678d9e8
@ -36,11 +36,10 @@ for case in cases:
|
||||
print("Number of time_steps: " + str(len(time_steps)))
|
||||
|
||||
for view in case.views():
|
||||
if view.is_eclipse_view():
|
||||
for property in property_list:
|
||||
view.apply_cell_result(
|
||||
result_type="DYNAMIC_NATIVE", result_variable=property
|
||||
)
|
||||
for property in property_list:
|
||||
view.apply_cell_result(
|
||||
result_type="DYNAMIC_NATIVE", result_variable=property
|
||||
)
|
||||
for time_step in range(0, len(time_steps), 10):
|
||||
view.set_time_step(time_step=time_step)
|
||||
view.export_snapshot()
|
||||
|
Loading…
Reference in New Issue
Block a user