Skip to content
Snippets Groups Projects
Commit b02852b6 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Revert "[test.test_cli] Turn-off overlay saving"

This reverts commit 4edb6d5b.
parent de9087d7
No related branches found
No related tags found
1 merge request!12Streamlining
Pipeline #39082 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment