From 4edb6d5bb8f00041e545ed19dc495bddad75b85c Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Tue, 21 Apr 2020 13:05:21 +0200 Subject: [PATCH] [test.test_cli] Turn-off overlay saving --- bob/ip/binseg/test/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/ip/binseg/test/test_cli.py b/bob/ip/binseg/test/test_cli.py index 656fbc99..770eff52 100644 --- a/bob/ip/binseg/test/test_cli.py +++ b/bob/ip/binseg/test/test_cli.py @@ -67,7 +67,7 @@ def test_experiment_stare(): runner = CliRunner() with runner.isolated_filesystem(), stdout_logging() as buf: result = runner.invoke(experiment, ["m2unet", "stare", "-vv", - "--epochs=1", "--batch-size=1", "--overlayed"]) + "--epochs=1", "--batch-size=1"]) _assert_exit_0(result) keywords = { #from different logging systems "Started training": 1, #logging -- GitLab