This change highlights failed experiments (those that raised an exception or sys.exited) with a shade of red slightly darker than the one highlighting running experiments. Failed experiments are recognized by a .FAIL file in their experiment dir. This allows for batch cleanup from the command line. Maybe some option to filter them out of the experiment list or batch delete them from the web UI would also be useful.
This also adds logging of exception traceback (closes #26 ).
This change highlights failed experiments (those that raised an exception or sys.exited) with a shade of red slightly darker than the one highlighting running experiments. Failed experiments are recognized by a .FAIL file in their experiment dir. This allows for batch cleanup from the command line. Maybe some option to filter them out of the experiment list or batch delete them from the web UI would also be useful.
This also adds logging of exception traceback (closes #26 ).