Fix up tests to match new view id

This commit is contained in:
Gaute Lindkvist
2019-11-21 08:13:15 +01:00
parent dfb5896edf
commit f130163ee8
10 changed files with 13 additions and 13 deletions

View File

@@ -5,5 +5,5 @@ import rips
resinsight = rips.Instance.find()
view = resinsight.project.view(view_id=0)
view = resinsight.project.views()[0]
view.apply_cell_result(result_type='STATIC_NATIVE', result_variable='DX')