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
3ba58c6e
Commit
3ba58c6e
authored
Jul 24, 2025
by
fengzch-das
Browse files
modify: reduce the precision requirements for the use case
parent
098438dd
Pipeline
#2859
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
tests/test_distributed_sht.py
tests/test_distributed_sht.py
+6
-6
No files found.
tests/test_distributed_sht.py
View file @
3ba58c6e
...
...
@@ -276,12 +276,12 @@ class TestDistributedSphericalHarmonicTransform(unittest.TestCase):
@
parameterized
.
expand
(
[
[
256
,
512
,
32
,
8
,
"equiangular"
,
False
,
1e-
9
],
[
256
,
512
,
32
,
8
,
"legendre-gauss"
,
False
,
1e-
9
],
[
256
,
512
,
32
,
8
,
"equiangular"
,
False
,
1e-
9
],
[
256
,
512
,
32
,
8
,
"legendre-gauss"
,
False
,
1e-
9
],
[
256
,
512
,
32
,
8
,
"equiangular"
,
False
,
1e-
9
],
[
256
,
512
,
32
,
8
,
"legendre-gauss"
,
False
,
1e-
9
],
[
256
,
512
,
32
,
8
,
"equiangular"
,
False
,
1e-
6
],
[
256
,
512
,
32
,
8
,
"legendre-gauss"
,
False
,
1e-
6
],
[
256
,
512
,
32
,
8
,
"equiangular"
,
False
,
1e-
6
],
[
256
,
512
,
32
,
8
,
"legendre-gauss"
,
False
,
1e-
6
],
[
256
,
512
,
32
,
8
,
"equiangular"
,
False
,
1e-
6
],
[
256
,
512
,
32
,
8
,
"legendre-gauss"
,
False
,
1e-
6
],
[
361
,
720
,
1
,
10
,
"equiangular"
,
False
,
1e-6
],
[
361
,
720
,
1
,
10
,
"legendre-gauss"
,
False
,
1e-6
],
[
256
,
512
,
32
,
8
,
"equiangular"
,
True
,
1e-9
],
...
...
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