Skip to content

Commit 872c789

Browse files
committed
close #8
1 parent e1082fe commit 872c789

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/unit/moves.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function test_movecellstoleft()
2-
array, nbempty, _ = array_factory(20, 4, 3)
2+
array, nbempty, _ = array_factory(20, 5, 3)
33

44
# Test 1 : normal use
55
array1 = Vector(array)

test/utils.jl

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Inputs :
77
Output (3-Tuple) :
88
- array
99
- number of empty entries
10+
- number of non-empty entries
1011
"""
1112
function array_factory(capacity::Int, expnbempty::Int, k::Int)
1213
nbempty = 0

0 commit comments

Comments
 (0)