Skip to content

Commit 6bf9de3

Browse files
committed
Remove useless comment.
1 parent e228073 commit 6bf9de3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyop2/sequential.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def vectorise(wrapper, iname, batch_size):
7070
if batch_size == 1:
7171
return wrapper
7272

73-
# create constant zero vectors
7473
wrapper = wrapper.copy(target=loopy.CVecTarget())
7574
kernel = wrapper.root_kernel
7675

0 commit comments

Comments
 (0)