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
45b371b7
Commit
45b371b7
authored
Jun 07, 2023
by
Boris Bonev
Browse files
fix in setup.py
parent
b36f9670
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
93 deletions
+56
-93
examples/sfno_examples/train_sfno.ipynb
examples/sfno_examples/train_sfno.ipynb
+55
-92
setup.py
setup.py
+1
-1
No files found.
examples/sfno_examples/train_sfno.ipynb
View file @
45b371b7
This diff is collapsed.
Click to expand it.
setup.py
View file @
45b371b7
...
@@ -81,7 +81,7 @@ config = {
...
@@ -81,7 +81,7 @@ config = {
'packages'
:
find_packages
(),
'packages'
:
find_packages
(),
'description'
:
'A differentiable spherical harmonic transform for PyTorch.'
,
'description'
:
'A differentiable spherical harmonic transform for PyTorch.'
,
'long_description'
:
README
,
'long_description'
:
README
,
'long_description_content_type'
:
'text/
x-rst
'
,
'long_description_content_type'
:
'text/
markdown
'
,
'url'
:
'https://github.com/NVIDIA/torch-harmonics'
,
'url'
:
'https://github.com/NVIDIA/torch-harmonics'
,
'authors'
:
[
'authors'
:
[
{
'name'
:
"Boris Bonev"
,
'email'
:
"bbonev@nvidia.com"
},
{
'name'
:
"Boris Bonev"
,
'email'
:
"bbonev@nvidia.com"
},
...
...
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