fig clf inserted and not resize on kld
This commit is contained in:
@@ -189,5 +189,5 @@ class MapStorage(UserDict):
|
||||
)
|
||||
|
||||
for map_file in map_files:
|
||||
current_map = Map().from_image(map_file, embedding_size=self.max_map_size)
|
||||
current_map = Map.from_image(map_file, embedding_size=self.max_map_size)
|
||||
self.__setitem__(map_file.name, current_map)
|
||||
|
||||
Reference in New Issue
Block a user