Skip to content
Snippets Groups Projects
Commit de87d5a1 authored by u214892's avatar u214892
Browse files

#64 bugfix prediction should respect target

parent fc6e446a
No related branches found
No related tags found
No related merge requests found
...@@ -396,7 +396,7 @@ class PILSVG(PILGL): ...@@ -396,7 +396,7 @@ class PILSVG(PILGL):
} }
# "paint" color of the train images we load - this is the color we will change. # "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: # temporary workaround for trains / agents renamed with different colour:
a3BaseColor = self.rgb_s2i("d50000") a3BaseColor = self.rgb_s2i("d50000")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment