Skip to content
Snippets Groups Projects
Commit a4816531 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Fix the tests after legend loc option change in bob.measure!89

parent 884bc7c5
No related branches found
No related tags found
1 merge request!172Fix the tests after legend loc option change in bob.measure!89
Pipeline #
...@@ -106,7 +106,7 @@ def test_roc(): ...@@ -106,7 +106,7 @@ def test_roc():
'data/test-5col.txt') 'data/test-5col.txt')
with runner.isolated_filesystem(): with runner.isolated_filesystem():
result = runner.invoke(commands.roc, ['--split', '--output', result = runner.invoke(commands.roc, ['--split', '--output',
'test.pdf', '-S', '-lc', 'test.pdf', '-S', '-ll',
'lower-left', '-e', 'lower-left', '-e',
dev1, test1, dev2, test2]) dev1, test1, dev2, test2])
if result.output: if result.output:
......
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