We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ecc34 commit 76ca397Copy full SHA for 76ca397
src/ptwt/continuous_transform.py
@@ -29,7 +29,7 @@ def cwt(
29
scales: Union[np.ndarray, torch.Tensor],
30
wavelet: Union[ContinuousWavelet, str],
31
sampling_period: float = 1.0,
32
- precision: int = 12
+ precision: int = 12,
33
) -> tuple[torch.Tensor, np.ndarray]:
34
"""Compute the single-dimensional continuous wavelet transform.
35
0 commit comments