Commit f72a48dd authored by Boris Bonev's avatar Boris Bonev
Browse files

fixing more issues from merge

parent 828f2ba3
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment