Skip to content

Commit

Permalink
Merge branch 'main' into 463-expand-modelbuilder-notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Sep 15, 2023
2 parents a9c98ab + 7f09e88 commit 937ace0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dfm_tools/deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,9 @@ def read_timfile(filename=None, converttime=False, refdate=None):
"""
raise DeprecationWarning('the function dfm_tools.read_timfile() is deprecated, please use the new hydrolib alternative: https://github.com/Deltares/dfm_tools/blob/301-convert-timmodel-to-pandasdataframe/tests/examples/preprocess_hydrolib_readtim.py.')


def generate_bndpli(**kwargs):
"""
deprecated
"""
raise DeprecationWarning('the function dfmt.generate_bndpli() is deprecated, please use dfmt.generate_bndpli_cutland() instead.')

0 comments on commit 937ace0

Please sign in to comment.