Skip to content

Commit 84e7d1f

Browse files
committed
update unites for slide
1 parent ec1751a commit 84e7d1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/mir/ndslice/topology.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2597,6 +2597,7 @@ unittest
25972597
import mir.utility: max;
25982598
assert(sw.length == max(0, cast(ptrdiff_t)data.length - 3 + 1));
25992599
assert(sw == sw.length.iota.map!"(a + 1) * 4");
2600+
assert(sw == [4, 8, 12, 16, 20, 24, 28, 32]);
26002601
}
26012602

26022603
/++

0 commit comments

Comments
 (0)