From de87d5a124e2e802c10231b3207fe1d071f47ae9 Mon Sep 17 00:00:00 2001 From: u214892 <u214892@sbb.ch> Date: Thu, 13 Jun 2019 08:14:01 +0200 Subject: [PATCH] #64 bugfix prediction should respect target --- flatland/utils/graphics_pil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatland/utils/graphics_pil.py b/flatland/utils/graphics_pil.py index bca964c9..0f67421e 100644 --- a/flatland/utils/graphics_pil.py +++ b/flatland/utils/graphics_pil.py @@ -396,7 +396,7 @@ class PILSVG(PILGL): } # "paint" color of the train images we load - this is the color we will change. - # a3BaseColor = self.rgb_s2i("0091ea") + # a3BaseColor = self.rgb_s2i("0091ea") \# noqa: E800 # temporary workaround for trains / agents renamed with different colour: a3BaseColor = self.rgb_s2i("d50000") -- GitLab