mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-15 10:03:34 -06:00
Bug fix in wbs plot creation
This commit is contained in:
parent
2cea7c0321
commit
5473fa64d5
@ -847,8 +847,7 @@ def create_well_bore_stability_plot(self, well_path, time_step, wbs_parameters=N
|
||||
wbsParameters=pb2_parameters))
|
||||
project = self.ancestor(rips.project.Project)
|
||||
plot = project.plot(view_id=plot_result.createWbsPlotResult.viewId)
|
||||
assert(plot)
|
||||
return plot.cast(WellBoreStabilityPlot)
|
||||
return plot
|
||||
|
||||
@add_method(Case)
|
||||
def import_formation_names(self, formation_files=None):
|
||||
|
Loading…
Reference in New Issue
Block a user