chovanecm / sacredboard

Dashboard for sacred. Monitor and access your past machine learning experiments.
MIT License
184 stars 39 forks source link

Fix exception with FileStorage when run is not completed #108

Closed akretz closed 5 years ago

akretz commented 5 years ago

An exception is thrown when FileStorage is used and one experiment is not completed. That happens because the code tries to access the key "stop_time" which does not exist.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.02%) to 77.725% when pulling e89dd440466d89e16906447f5c4091e15c713e10 on akretz:fs_fix into 4f4ebb02b5a2a91e2de07da431979c3120c76903 on chovanecm:develop.

chovanecm commented 5 years ago

Thank you!