-
-
Notifications
You must be signed in to change notification settings - Fork 344
Open
@aaarbk
Description
In the compute_neighbours()
function, I think you meant to do
N = [[0,]*(shape[1]) for i in range(shape[0])]
instead of
N = [[0,]*(shape[0]) for i in range(shape[1])]
Metadata
Metadata
Assignees
Labels
No labels