mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-16 18:34:54 -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))
|
wbsParameters=pb2_parameters))
|
||||||
project = self.ancestor(rips.project.Project)
|
project = self.ancestor(rips.project.Project)
|
||||||
plot = project.plot(view_id=plot_result.createWbsPlotResult.viewId)
|
plot = project.plot(view_id=plot_result.createWbsPlotResult.viewId)
|
||||||
assert(plot)
|
return plot
|
||||||
return plot.cast(WellBoreStabilityPlot)
|
|
||||||
|
|
||||||
@add_method(Case)
|
@add_method(Case)
|
||||||
def import_formation_names(self, formation_files=None):
|
def import_formation_names(self, formation_files=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user