From 368f031ba802e8661816e5748949623fc900b523 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Mon, 20 Apr 2020 20:03:01 +0200 Subject: [PATCH] [test.test_cli] Fix experiment cmdline --- 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 9f7c0b90..69773fd4 100644 --- a/bob/ip/binseg/test/test_cli.py +++ b/bob/ip/binseg/test/test_cli.py @@ -62,7 +62,7 @@ def test_experiment_stare(): runner = CliRunner() with runner.isolated_filesystem(), stdout_logging() as buf: - result = runner.invoke(experiment, ["m2unet", "drive", "-vv", + result = runner.invoke(experiment, ["m2unet", "stare", "-vv", "--epochs=1", "--batch-size=1", "--overlayed"]) assert result.exit_code == 0 keywords = { #from different logging systems -- GitLab