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 36b181c commit 15a9538Copy full SHA for 15a9538
src/ptwt/matmul_transform_2.py
@@ -508,7 +508,7 @@ class MatrixWaverec2(object):
508
>>> pt_face = torch.tensor(face).permute([2, 0, 1])
509
>>> matrixfwt = ptwt.MatrixWavedec2d(pywt.Wavelet("haar"), level=2)
510
>>> mat_coeff = matrixfwt(pt_face)
511
- >>> matrixifwt = ptwt.MatrixWaverec2d(pywt.Wavelet("haar"))
+ >>> matrixifwt = ptwt.MatrixWaverec2(pywt.Wavelet("haar"))
512
>>> reconstruction = matrixifwt(mat_coeff)
513
"""
514
0 commit comments