From 30411b93f34036a80ff7f63ed768a8e72b3c150d Mon Sep 17 00:00:00 2001 From: feger <marc.feger@hhu.de> Date: Sun, 5 May 2019 22:20:21 +0200 Subject: [PATCH] Fix typo in k2 mask --- A2/mask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/A2/mask.py b/A2/mask.py index b58bb23..f322c4b 100644 --- a/A2/mask.py +++ b/A2/mask.py @@ -46,7 +46,7 @@ class Mask(object): """ return np.array( [[-5, -5, -5], - [1, 0, 3], + [3, 0, 3], [3, 3, 3]] ) -- GitLab