Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-harmonics
Commits
cce7fafc
Unverified
Commit
cce7fafc
authored
Aug 07, 2023
by
Boris Bonev
Committed by
GitHub
Aug 07, 2023
Browse files
Merge pull request #5 from m4e7/mogab/fix-init
Fix __init__.py file to import from local "examples" dir.
parents
7b12a980
da0c356b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torch_harmonics/__init__.py
torch_harmonics/__init__.py
+1
-1
No files found.
torch_harmonics/__init__.py
View file @
cce7fafc
...
@@ -34,4 +34,4 @@ __version__ = '0.6.2'
...
@@ -34,4 +34,4 @@ __version__ = '0.6.2'
from
.sht
import
RealSHT
,
InverseRealSHT
,
RealVectorSHT
,
InverseRealVectorSHT
from
.sht
import
RealSHT
,
InverseRealSHT
,
RealVectorSHT
,
InverseRealVectorSHT
from
.
import
quadrature
from
.
import
quadrature
from
.
import
random_fields
from
.
import
random_fields
import
examples
from
.
import
examples
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment