Skip to content

Commit

Permalink
Deprecate calc_tornadoinput
Browse files Browse the repository at this point in the history
Use TornadoPlotterFMU from webviz instead
  • Loading branch information
dafeda authored Nov 8, 2024
1 parent e15975c commit c8e260f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fmu/tools/sensitivities/_tornado_onebyone.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Module for calculating values for a tornadoplot"""

import pandas as pd
from deprecation import deprecated


def real_mask(dfr, start, end):
Expand Down Expand Up @@ -60,6 +61,7 @@ def sort_by_max(tornadotable):
return df_sorted


@deprecated(details="Use TornadoPlotterFMU from webviz instead")
def calc_tornadoinput(
designsummary,
resultfile,
Expand Down

0 comments on commit c8e260f

Please sign in to comment.