From e57929ee2c97997a0a4571aaa216fba01a0a6d96 Mon Sep 17 00:00:00 2001
From: Hu Zhao <zhao@mbd.rwth-aachen.de>
Date: Mon, 12 Dec 2022 13:47:54 +0100
Subject: [PATCH] docs: update docstrings

---
 src/psimpy/simulator/ravaflow24.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/psimpy/simulator/ravaflow24.py b/src/psimpy/simulator/ravaflow24.py
index 2e22eb7..4d9bbfc 100755
--- a/src/psimpy/simulator/ravaflow24.py
+++ b/src/psimpy/simulator/ravaflow24.py
@@ -125,7 +125,7 @@ class Ravaflow24Mixture:
         entrainment_coef: Union[float, np.floating] = -7.0,
         EPSG: Union[str, None] = None) -> tuple[str, str]:
         """
-        Preprocess simulation input data.
+        Preprocess simulation input data simulation.
 
         Parameters
         ----------
@@ -293,7 +293,7 @@ class Ravaflow24Mixture:
     def extract_qoi_max(self, prefix: str, qoi: str,
         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
         ----------
-- 
GitLab