From 8fe1b6b736c75c9e99e6c662df2d12b73cfd1617 Mon Sep 17 00:00:00 2001 From: Philipp Guevorguian Date: Tue, 27 Feb 2024 08:44:48 +0400 Subject: [PATCH 1/2] raise errors in train script --- chemlactica/train.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chemlactica/train.py b/chemlactica/train.py index 78cfe53..7ed58e5 100644 --- a/chemlactica/train.py +++ b/chemlactica/train.py @@ -344,6 +344,7 @@ def train( except Exception as e: traceback_info = traceback.format_exc() logger.error(e, traceback_info) + raise except KeyboardInterrupt: with accelerator.main_process_first(): logger.error("KeyboardInterrupt") From 89c2561440bbf012e885ed6af5e73646238311e3 Mon Sep 17 00:00:00 2001 From: Philipp Guevorguian Date: Tue, 27 Feb 2024 08:53:43 +0400 Subject: [PATCH 2/2] add test status --- test_status.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_status.yaml b/test_status.yaml index 1e135cb..146be32 100644 --- a/test_status.yaml +++ b/test_status.yaml @@ -1 +1 @@ -d438c06d55ece4b8ccd55e414172079d0e98ef7f: PASS +2a9f3ee0f93c8b96a11c2a93b275ea41dd89c741: PASS