回答編集履歴
1
修正
test
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
-
s = np.ones((3, 3), dtype=b
|
29
|
+
s = np.ones((3, 3), dtype=bool)
|
30
30
|
|
31
31
|
|
32
32
|
|