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
855297ae
Commit
855297ae
authored
Jun 09, 2023
by
Boris Bonev
Browse files
Added unittest badge to readme
parent
170dee9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
12 deletions
+3
-12
.github/workflows/tests.yml
.github/workflows/tests.yml
+1
-11
README.md
README.md
+2
-1
No files found.
.github/workflows/tests.yml
View file @
855297ae
name
:
Run
Unit
T
ests
name
:
Unit
t
ests
on
:
[
push
]
on
:
[
push
]
...
@@ -13,16 +13,6 @@ jobs:
...
@@ -13,16 +13,6 @@ jobs:
uses
:
actions/setup-python@v4
uses
:
actions/setup-python@v4
with
:
with
:
python-version
:
3.9
python-version
:
3.9
# - name: Install torch-harmonics
# run: |
# CWD=`pwd`
# echo 'Cloning repos in ${CWD}'
# mkdir git_repos
# cd git_repos
# git clone git@github.com:NVIDIA/torch-harmonics.git
# cd torch-harmonics
# python -m pip install -e .
# cd ../..
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip setuptools wheel
...
...
README.md
View file @
855297ae
...
@@ -31,6 +31,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
...
@@ -31,6 +31,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<p
align=
"center"
>
<p
align=
"center"
>
<img
src=
"https://raw.githubusercontent.com/NVIDIA/torch-harmonics/main/images/logo/logo.png"
width=
"568"
>
<img
src=
"https://raw.githubusercontent.com/NVIDIA/torch-harmonics/main/images/logo/logo.png"
width=
"568"
>
<br>
<br>
<a
href=
"https://github.com/NVIDIA/torch-harmonics/actions/workflows/tests.yml"
><img
src=
"https://github.com/NVIDIA/torch-harmonics/actions/workflows/tests.yml/badge.svg"
></a>
<a
href=
"https://pypi.org/project/torch_harmonics/"
><img
src=
"https://img.shields.io/pypi/v/torch_harmonics"
></a>
<a
href=
"https://pypi.org/project/torch_harmonics/"
><img
src=
"https://img.shields.io/pypi/v/torch_harmonics"
></a>
</p>
</p>
...
@@ -159,7 +160,7 @@ sht = th.RealSHT(nlat, nlon, grid="equiangular").to(device).float()
...
@@ -159,7 +160,7 @@ sht = th.RealSHT(nlat, nlon, grid="equiangular").to(device).float()
coeffs
=
sht
(
signal
)
coeffs
=
sht
(
signal
)
```
```
`torch
_
harmonics`
also
implements a distributed variant of the SHT located in
`torch
-
harmonics.distributed`
.
To enable scalable model-parallelism,
`torch
-
harmonics`
implements a distributed variant of the SHT located in
`torch
_
harmonics.distributed`
.
### Cite us
### Cite us
...
...
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