Issue113

Title downward-experiments.py script does not work with individual configurations selected
Priority bug Status resolved
Superseder Nosy List erez, jendrik, malte
Assigned To jendrik Keywords
Optional summary

Created on 2010-08-18.14:51:44 by erez, last changed by jendrik.

Messages
msg465 (view) Author: jendrik Date: 2010-08-18.15:08:31
Thanks for reporting this. Should be fixed now.
msg464 (view) Author: erez Date: 2010-08-18.14:51:44
Running: 
python downward-experiments.py test-exp -c "downward_configs.py:ou" -s 
"blocks:probBLOCKS-4-0.pddl"

results in this output: 
2010-08-18 15:49:27,510 INFO     Experiment type: local
2010-08-18 15:49:27,513 INFO     Base Dir: 
"/home/batman/code/downward/trunk/new-scripts/test-exp"
2010-08-18 15:49:27,514 ERROR    The configs ['ou'] were not found in 
"downward_configs.py"

However, the ou config is in there. The script does work when run like this:
python downward-experiments.py test-exp -c downward_configs.py -s 
"blocks:probBLOCKS-4-0.pddl"
History
Date User Action Args
2010-08-18 15:08:31jendriksetstatus: chatting -> resolved
nosy: + malte
messages: + msg465
2010-08-18 14:51:44erezcreate