Skip to content

Commit 15a9538

Browse files
committed
fix example.
1 parent 36b181c commit 15a9538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ptwt/matmul_transform_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ class MatrixWaverec2(object):
508508
>>> pt_face = torch.tensor(face).permute([2, 0, 1])
509509
>>> matrixfwt = ptwt.MatrixWavedec2d(pywt.Wavelet("haar"), level=2)
510510
>>> mat_coeff = matrixfwt(pt_face)
511-
>>> matrixifwt = ptwt.MatrixWaverec2d(pywt.Wavelet("haar"))
511+
>>> matrixifwt = ptwt.MatrixWaverec2(pywt.Wavelet("haar"))
512512
>>> reconstruction = matrixifwt(mat_coeff)
513513
"""
514514

0 commit comments

Comments
 (0)