diff --git a/bob/ip/binseg/test/test_cli.py b/bob/ip/binseg/test/test_cli.py index 9f7c0b90a639cf13cadff9a36e3371acd0a4550e..69773fd41140e6992c66ff380066fe85269c3f3b 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