Skip to content
Snippets Groups Projects
Commit 1141d789 authored by Markus Pichler's avatar Markus Pichler
Browse files

style: hide untested function

parent ad867ce4
No related branches found
No related tags found
No related merge requests found
...@@ -390,7 +390,7 @@ def set_absolute_file_paths(inp, path_data_base): ...@@ -390,7 +390,7 @@ def set_absolute_file_paths(inp, path_data_base):
ts.filename = path_data_base / ts.filename ts.filename = path_data_base / ts.filename
def convert_cms_to_lps(inp: SwmmInput): def _convert_cms_to_lps(inp: SwmmInput):
# TODO Testing # TODO Testing
# not tested: CONTROLS, DIVIDERS(CUTOFF), WEIRS(discharge coefficient), INLET_USAGE(Q_max) # not tested: CONTROLS, DIVIDERS(CUTOFF), WEIRS(discharge coefficient), INLET_USAGE(Q_max)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment