From ff33c74a78fbecfde1f5ebcca9eda81c62b39057 Mon Sep 17 00:00:00 2001
From: Matt Wala <wala1@illinois.edu>
Date: Sat, 26 Jan 2019 03:53:20 +0100
Subject: [PATCH] Remove a now-obvious comment

---
 pyopencl/array.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pyopencl/array.py b/pyopencl/array.py
index 98dd091c..429affba 100644
--- a/pyopencl/array.py
+++ b/pyopencl/array.py
@@ -446,7 +446,6 @@ class Array(object):
             shape = (shape,)
 
         if isinstance(size, np.integer):
-            # bombs if s is a Python integer
             size = size.item()
 
         if strides is None:
-- 
GitLab