From b02852b6b24050e81c3b81e69bda41010f32697f Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Tue, 21 Apr 2020 14:33:27 +0200
Subject: [PATCH] Revert "[test.test_cli] Turn-off overlay saving"

This reverts commit 4edb6d5bb8f00041e545ed19dc495bddad75b85c.
---
 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 770eff52..656fbc99 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"])
+            "--epochs=1", "--batch-size=1", "--overlayed"])
         _assert_exit_0(result)
         keywords = {  #from different logging systems
             "Started training": 1,  #logging
-- 
GitLab