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

@@ -17,7 +17,7 @@ resinsight.set_plot_window_size(width=1000, height=1000)
case = resinsight.project.cases()[0]
# Get a view
view1 = case.view(view_id=0)
view1 = case.views()[0]
# Clone the view
view2 = view1.clone()