From 4b669472afdbccff78741df6fe4a026e1e0ee347 Mon Sep 17 00:00:00 2001 From: joergbuchwald <joerg.buchwald@ufz.de> Date: Thu, 23 Jan 2025 13:36:10 +0100 Subject: [PATCH] fix docstrings --- ogstools/meshlib/mesh_series.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ogstools/meshlib/mesh_series.py b/ogstools/meshlib/mesh_series.py index 2a96a9bbf..19d8fd491 100644 --- a/ogstools/meshlib/mesh_series.py +++ b/ogstools/meshlib/mesh_series.py @@ -298,7 +298,7 @@ class MeshSeries: """ Return the OGS simulation timesteps of the timeseries data. Not to be confused with timevalues which returns a list of - times usually given in in time units. + times usually given in time units. """ # TODO: read time steps from fn string if available @@ -914,7 +914,8 @@ class MeshSeries: """ Save mesh series to disk. - :param filename: Filename to save the series to. Extension specifies the file type. Currently only PVD is supported. + :param filename: Filename to save the series to. Extension specifies + the file type. Currently only PVD is supported. :param deep: Specifies whether VTU/H5 files should be written. """ fn = Path(filename) -- GitLab