Skip to content

Commit

Permalink
add note to forward and backward.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lta committed Jul 1, 2024
1 parent cef6a04 commit 9981521
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ptwt/separable_conv_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,9 @@ def _fswavedecn(
>>> from ptwt.separable_conv_transform import _fswavedecn
>>> data = torch.randn(5, 10, 10, 10)
>>> coeff = _fswavedecn(data, "haar", ndim=3, level=2)
Note:
ND-Transforms are generally out of this project's scope.
"""
if axes is None:
axes = tuple(range(-ndim, 0))
Expand Down

0 comments on commit 9981521

Please sign in to comment.