Skip to content
Snippets Groups Projects
Commit bc20f4b7 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

More stuff

parent 722caf3c
Branches
No related tags found
No related merge requests found
Pipeline #20642 failed
...@@ -134,7 +134,6 @@ def downsample(input: {'field_type': pystencils.field.FieldType.CUSTOM}, ...@@ -134,7 +134,6 @@ def downsample(input: {'field_type': pystencils.field.FieldType.CUSTOM},
factor): factor):
assert input.spatial_dimensions == result.spatial_dimensions assert input.spatial_dimensions == result.spatial_dimensions
assert input.index_shape == result.index_shape assert input.index_shape == result.index_shape
assignments = []
ndim = input.spatial_dimensions ndim = input.spatial_dimensions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment