Issue196

Title error when calling downward_reports.py
Priority bug Status resolved
Superseder Nosy List jendrik, malte
Assigned To jendrik Keywords
Optional summary

Created on 2011-01-06.23:15:12 by malte, last changed by jendrik.

Files
File name Uploaded Type Edit Remove
bjolp-eval.zip malte, 2011-01-06.23:15:11 application/zip
Messages
msg1095 (view) Author: jendrik Date: 2011-01-07.00:57:11
Was a small typo. Should be fixed now.
msg1084 (view) Author: malte Date: 2011-01-06.23:15:11
# ./downward-reports.py bjolp-eval
2011-01-06 23:13:56,040 INFO     Report type: abs
2011-01-06 23:13:56,041 INFO     Eval dir:
"/home/helmert/tmp/downward/ipc/new-scripts/bjolp-eval"
2011-01-06 23:13:56,041 INFO     Started collecting data
2011-01-06 23:13:56,087 INFO     Finished reading props file
2011-01-06 23:13:56,088 INFO     Finished collecting data
2011-01-06 23:13:56,088 INFO     Attributes: ['command_error',
'command_returncode', 'command_start_time', 'command_time',
'commandline_config', 'config', 'cost', 'coverage', 'domain', 'evaluations',
'expansions', 'generated', 'id', 'initial_h_value', 'memory', 'plan_length',
'planner', 'planner_parent', 'preprocessor', 'preprocessor_axioms',
'preprocessor_derived_vars', 'preprocessor_error', 'preprocessor_facts',
'preprocessor_ops', 'preprocessor_parent', 'preprocessor_problem_size',
'preprocessor_vars', 'problem', 'run_dir', 'score_evaluations',
'score_expansions', 'score_search_time', 'score_total_time', 'search_time',
'status', 'total_time', 'translator', 'translator_auxiliary_atoms',
'translator_axioms', 'translator_derived_vars',
'translator_effect_conditions_simplified', 'translator_error',
'translator_facts', 'translator_final_queue_length',
'translator_implied_effects_removed', 'translator_implied_preconditions_added',
'translator_invariant_groups', 'translator_invariant_groups_total_size',
'translator_operators_removed', 'translator_ops', 'translator_parent',
'translator_problem_size', 'translator_propositions_removed',
'translator_relevant_atoms',
'translator_time_building_dictionary_for_full_mutex_groups',
'translator_time_building_mutex_information',
'translator_time_building_strips_to_sas_dictionary',
'translator_time_building_translation_key',
'translator_time_checking_invariant_weight', 'translator_time_choosing_groups',
'translator_time_collecting_mutex_groups',
'translator_time_completing_instantiation',
'translator_time_computing_fact_groups', 'translator_time_computing_model',
'translator_time_detecting_unreachable_propositions', 'translator_time_done',
'translator_time_generating_datalog_program', 'translator_time_instantiating',
'translator_time_instantiating_groups',
'translator_time_normalizing_datalog_program',
'translator_time_normalizing_task', 'translator_time_parsing',
'translator_time_preparing_model', 'translator_time_processing_axioms',
'translator_time_simplifying_axioms', 'translator_time_translating_task',
'translator_time_writing_mutex_key', 'translator_time_writing_output',
'translator_time_writing_translation_key', 'translator_total_queue_pushes',
'translator_uncovered_facts', 'translator_vars']
Traceback (most recent call last):
  File "./downward-reports.py", line 502, in <module>
    report.write()
  File "/home/helmert/tmp/downward/ipc/new-scripts/reports.py", line 238, in write
    string = str(self)
  File "/home/helmert/tmp/downward/ipc/new-scripts/reports.py", line 290, in __str__
    print table
  File "./downward-reports.py", line 55, in __str__
    text = Table.__str__(self)
  File "/home/helmert/tmp/downward/ipc/new-scripts/reports.py", line 446, in __str__
    text += self.get_row(row)
  File "/home/helmert/tmp/downward/ipc/new-scripts/reports.py", line 404, in get_row
    min_value = min(real_values)
ValueError: min() arg is an empty sequence


The bjolp-eval dir is attached.
History
Date User Action Args
2011-01-07 00:57:11jendriksetstatus: unread -> resolved
messages: + msg1095
2011-01-06 23:15:12maltecreate