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
b45a68b5
Commit
b45a68b5
authored
Jul 21, 2025
by
Andrea Paris
Committed by
Boris Bonev
Jul 21, 2025
Browse files
updated docstring for precompute convolution tensor dense
parent
01c5ead9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/test_convolution.py
tests/test_convolution.py
+2
-1
No files found.
tests/test_convolution.py
View file @
b45a68b5
...
@@ -96,6 +96,7 @@ def _precompute_convolution_tensor_dense(
...
@@ -96,6 +96,7 @@ def _precompute_convolution_tensor_dense(
basis_norm_mode
=
"none"
,
basis_norm_mode
=
"none"
,
merge_quadrature
=
False
,
merge_quadrature
=
False
,
):
):
"""Helper routine to compute the convolution Tensor in a dense fashion."""
assert
len
(
in_shape
)
==
2
assert
len
(
in_shape
)
==
2
assert
len
(
out_shape
)
==
2
assert
len
(
out_shape
)
==
2
...
...
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