Skip to content

Commit 09c5063

Browse files
committed
Remove eroneous doc line in time_series.compstat
1 parent 98f74cc commit 09c5063

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stagpy/time_series.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ def plot_time_series(sdat, lovs):
7979
def compstat(sdat, *names, tstart=None, tend=None):
8080
"""Compute statistics from series output by StagYY.
8181
82-
Create a file 'statistics.dat' containing the mean and standard deviation
83-
of each series on the requested time span.
84-
8582
Args:
8683
sdat (:class:`~stagpy.stagyydata.StagyyData`): a StagyyData instance.
8784
names (str): variables whose statistics should be computed.

0 commit comments

Comments
 (0)