Skip to content

Commit cef6a04

Browse files
committed
move note.
1 parent 77ca368 commit cef6a04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ptwt/separable_conv_transform.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ def _separable_conv_dwtn_(
4444
4545
All but the first axes are transformed.
4646
47-
Note:
48-
ND-Transforms are generally out of this project's scope.
49-
5047
Args:
5148
rec_dict (WaveletDetailDict): The result will be stored here
5249
in place.
@@ -410,6 +407,9 @@ def _fswaverecn(
410407
>>> data = torch.randn(5, 10, 10, 10)
411408
>>> coeff = _fswavedecn(data, "haar", ndim=3, level=2)
412409
>>> rec = _fswaverecn(coeff, "haar", ndim=3)
410+
411+
Note:
412+
ND-Transforms are generally out of this project's scope.
413413
"""
414414
if axes is None:
415415
axes = tuple(range(-ndim, 0))

0 commit comments

Comments
 (0)