Skip to content
Snippets Groups Projects
Commit 43883846 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

bugfix(extractor): traps->tiles

parent 09bcd45d
No related branches found
No related tags found
No related merge requests found
......@@ -547,7 +547,7 @@ class Extractor(ProcessABC):
set(self.img_bgsub.keys()).union(tree_chs)
)
) == len(chs):
imgs = [self.get_imgs(ch, traps, tree_chs) for ch in chs]
imgs = [self.get_imgs(ch, tiles, tree_chs) for ch in chs]
merged = MERGE_FUNS[merge_fun](*imgs)
d[name] = self.reduce_extract(
red_metrics=red_metrics,
......
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