Skip to content

Commit

Permalink
Moved convolutions and exposed them directly
Browse files Browse the repository at this point in the history
  • Loading branch information
bonevbs committed Dec 17, 2023
1 parent 1e5f7a2 commit 53ccd15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions torch_harmonics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
__version__ = '0.6.4'

from .sht import RealSHT, InverseRealSHT, RealVectorSHT, InverseRealVectorSHT
from .convolution import DiscreteContinuousConvS2, DiscreteContinuousConvTransposeS2
from . import quadrature
from . import s2_convolutions
from . import disco_convolutions
from . import random_fields
from . import examples
File renamed without changes.

0 comments on commit 53ccd15

Please sign in to comment.