mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix up tests to match new view id
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user