From 157141111e0289926ac543a7c4138d02789cdaed Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Sun, 26 Apr 2020 09:11:20 +0200 Subject: [PATCH] [test.test_cli] Fix tests after trainer changes --- bob/ip/binseg/test/test_cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bob/ip/binseg/test/test_cli.py b/bob/ip/binseg/test/test_cli.py index 8acd7f87..79eddbdb 100644 --- a/bob/ip/binseg/test/test_cli.py +++ b/bob/ip/binseg/test/test_cli.py @@ -163,7 +163,6 @@ def _check_experiment_stare(overlay): keywords = { r"^Started training$": 1, r"^Found \(dedicated\) '__train__' set for training$": 1, - r"^epoch: \d+\|total-time": 1, r"^Saving checkpoint": 1, r"^Ended training$": 1, r"^Started prediction$": 1, @@ -242,7 +241,6 @@ def _check_train(runner): keywords = { r"^Continuing from epoch 0$": 1, - r"^epoch: \d+\|total-time": 1, rf"^Saving checkpoint to {output_folder}/model_final.pth$": 1, r"^Total training time:": 1, } -- GitLab