Skip to content

Commit f298f66

Browse files
committed
Merge branch 'master' of github.com:StagPython/StagPy
2 parents 7106412 + 09c5063 commit f298f66

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
env: TOXENV=py37
1212
- python: 3.8
1313
env: TOXENV=py38
14+
- python: 3.9
15+
env: TOXENV=py39
1416
- python: 3.6
1517
env: TOXENV=flake8
1618

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
'Programming Language :: Python :: 3.6',
4545
'Programming Language :: Python :: 3.7',
4646
'Programming Language :: Python :: 3.8',
47+
'Programming Language :: Python :: 3.9',
4748
],
4849

4950
python_requires='>=3.6',

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.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36,py37,py38,flake8
2+
envlist = py36,py37,py38,py39,flake8
33
skip_missing_interpreters = True
44
skipsdist=True
55

0 commit comments

Comments
 (0)