File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 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 }}
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 }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments