You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(self.converter.get_char(mapReader.data[i+x][j+y]) / (len(self.converter.char_groups) -1)) *-2+1# TODO this conversion should be done once in the original data instead of patches.
124
-
foryinrange(self.window_size[1])
125
-
]
126
-
forxinrange(self.window_size[0])
127
-
]
128
125
# sample = [
129
126
# [
130
-
# mapReader.data[i + x][j + y]
127
+
# (self.converter.get_char(mapReader.data[i + x][j + y]) / (len(self.converter.char_groups) - 1)) * -2 + 1 # TODO this conversion should be done once in the original data instead of patches.
0 commit comments