seznam / flexp

BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Color failed experiments #29

Closed nimral closed 5 years ago

nimral commented 5 years ago

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 ).

tomasprinda commented 5 years ago

The error message in the log in case an experiment fails is super useful. Thanks