Skip to content

Commit d426346

Browse files
committed
merge.
2 parents ef2a849 + 78c6486 commit d426346

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
python-version: [ 3.8, 3.9, 3.10.2 ]
12+
python-version: [ 3.8, 3.11.0 ]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up Python ${{ matrix.python-version }}
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
python-version: [ 3.8, 3.9, 3.10.2 ]
29+
python-version: [ 3.8, 3.11.0 ]
3030
steps:
3131
- uses: actions/checkout@v2
3232
- name: Set up Python ${{ matrix.python-version }}

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ classifiers =
3333
Operating System :: OS Independent
3434
Programming Language :: Python
3535
Programming Language :: Python :: 3.8
36-
Programming Language :: Python :: 3.9
37-
Programming Language :: Python :: 3.10
36+
Programming Language :: Python :: 3.11.0
3837
Programming Language :: Python :: 3 :: Only
3938
Topic :: Scientific/Engineering :: Artificial Intelligence
4039

src/ptwt/continuous_transform.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def cwt(
3939
``f = pywt.scale2frequency(wavelet, scale)/sampling_period`` to determine
4040
what physical frequency, ``f``. Here, ``f`` is in hertz when the
4141
``sampling_period`` is given in seconds.
42-
wavelet (str or Wavelet of ContinuousWavelet): The wavelet to work with.
4342
wavelet (ContinuousWavelet or str): The continuous wavelet to work with.
4443
sampling_period (float): Sampling period for the frequencies output (optional).
4544
The values computed for ``coefs`` are independent of the choice of

0 commit comments

Comments
 (0)