Skip to content

Commit 666474f

Browse files
committed
random_loop_arrays - bugfix
1 parent 7fcd710 commit 666474f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

looplib/random_loop_arrays.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def exponential_loop_array(
6262
loops = np.vstack([np.round(loopstarts), np.round(loopstarts + looplens)]).T
6363
loops = loops.astype('int')
6464

65-
return loops, looplens, spacers
65+
return loops
6666

6767

6868

0 commit comments

Comments
 (0)