Skip to content
Snippets Groups Projects
Commit e57929ee authored by Hu Zhao's avatar Hu Zhao
Browse files

docs: update docstrings

parent 8f0a2295
Branches
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ class Ravaflow24Mixture: ...@@ -125,7 +125,7 @@ class Ravaflow24Mixture:
entrainment_coef: Union[float, np.floating] = -7.0, entrainment_coef: Union[float, np.floating] = -7.0,
EPSG: Union[str, None] = None) -> tuple[str, str]: EPSG: Union[str, None] = None) -> tuple[str, str]:
""" """
Preprocess simulation input data. Preprocess simulation input data simulation.
Parameters Parameters
---------- ----------
...@@ -293,7 +293,7 @@ class Ravaflow24Mixture: ...@@ -293,7 +293,7 @@ class Ravaflow24Mixture:
def extract_qoi_max(self, prefix: str, qoi: str, def extract_qoi_max(self, prefix: str, qoi: str,
aggregate: bool = True) -> Union[float, np.ndarray]: aggregate: bool = True) -> Union[float, np.ndarray]:
""" """
Extract the maximum value(s) of a quantity of interest in one simulation. Extract the maximum value(s) of a quantity of interest.
Parameters Parameters
---------- ----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment