From adeef8b296517fab1ed6e1ec11a69fc194014848 Mon Sep 17 00:00:00 2001
From: "ogueler@idiap.ch" <ogueler@vws110.idiap.ch>
Date: Tue, 21 Mar 2023 16:50:56 +0100
Subject: [PATCH] removed an indeterministic check in test

---
 tests/test_cli.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/test_cli.py b/tests/test_cli.py
index aebfb239..b1b5c290 100644
--- a/tests/test_cli.py
+++ b/tests/test_cli.py
@@ -289,7 +289,6 @@ def test_train_pasa_montgomery_from_checkpoint(temporary_basedir):
             r"^Saving model summary at.*$": 1,
             r"^Model has.*$": 1,
             r"^Found lowest validation loss from previous session.*$": 1,
-            r"^Saving checkpoint": 1,
             r"^Total training time:": 1,
             r"^Z-normalization with mean": 1,
         }
-- 
GitLab