From 5e86f950208b70d0884dcd7c39b10d5286e12439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Mon, 15 Jun 2020 20:33:49 +0200 Subject: [PATCH] Apply suggestion to loopy/kernel/data.py --- loopy/kernel/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loopy/kernel/data.py b/loopy/kernel/data.py index 603a4fbfb..9ac38fc87 100644 --- a/loopy/kernel/data.py +++ b/loopy/kernel/data.py @@ -581,7 +581,7 @@ class TemporaryVariable(ArrayBase): shape = initializer.shape else: if shape != initializer.shape: - raise LoopyError("Shape of '{}' does match that of the" + raise LoopyError("Shape of '{}' does not match that of the" " initializer.".format(name)) else: raise LoopyError( -- GitLab