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
f72a48dd
Commit
f72a48dd
authored
Jul 21, 2025
by
Boris Bonev
Browse files
fixing more issues from merge
parent
828f2ba3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
torch_harmonics/distributed/distributed_convolution.py
torch_harmonics/distributed/distributed_convolution.py
+3
-8
No files found.
torch_harmonics/distributed/distributed_convolution.py
View file @
f72a48dd
...
...
@@ -100,11 +100,6 @@ def _split_distributed_convolution_tensor_s2(
Filtered values corresponding to the local latitude slice
"""
assert
len
(
in_shape
)
==
2
assert
len
(
out_shape
)
==
2
kernel_size
=
filter_basis
.
kernel_size
nlat_in
,
nlon_in
=
in_shape
nlat_out
,
nlon_out
=
out_shape
...
...
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