Skip to content

Commit 51cb6ad

Browse files
author
Vic-Nas
committed
Auto-generate VicUtils documentation [skip ci]
1 parent 83560f5 commit 51cb6ad

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

vicutils/printBin.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@ <h2 id="returns">Returns</h2>
154154
# Create matrix: (2*depth - 1) rows x (2^depth - 1) columns
155155
mat = [[center(&#34;&#34;, unitSize=unitSize, fillChar=fillChar) for _ in range(2 ** depth - 1)] for _ in range(2 * depth - 1)]
156156

157-
side = &#34;left&#34;
158-
leftBound, rightBound = 0, 2 ** depth - 2
159-
160157
# Start with all even column indices (where values can be placed)
161158
valueIndexes = [i for i in range(2 ** depth - 1) if i % 2 == 0]
162159

0 commit comments

Comments
 (0)