I got the following error when running ./downward-resultfetcher.py lm-opt/
in /home/downward/erez/hg.fast-downward.org/new-scripts (on habakuk):
Traceback (most recent call last):
File "./downward-resultfetcher.py", line 431, in <module>
fetcher.fetch()
File "/home/downward/erez/hg.fast-downward.org/new-scripts/resultfetcher.py",
line 257, in fetch
file_parser.parse(props)
File "/home/downward/erez/hg.fast-downward.org/new-scripts/resultfetcher.py",
line 147, in parse
self._apply_functions(props)
File "/home/downward/erez/hg.fast-downward.org/new-scripts/resultfetcher.py",
line 157, in _apply_functions
function(self.content, props)
File "./downward-resultfetcher.py", line 206, in get_iterative_results
assert same_length(values[x] for x in group2), values
AssertionError: defaultdict(<type 'list'>, {'cost': [42], 'dead_ends': [],
'expansions': [4763], 'generated': [65743], 'plan_length': [14],
'initial_h_value': [24], 'evaluations': [25566], 'search_time':
[0.40000000000000002]})
|