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

Merge branch 'fix-issue-2' into 'master'

Fix test after nomenclature change

Closes #2

See merge request bob/bob.ip.binseg!14
parents ecf70426 a2812d1f
No related branches found
No related tags found
1 merge request!14Fix test after nomenclature change
Pipeline #41585 passed
......@@ -566,8 +566,8 @@ def _check_significance(runner):
assert os.path.exists(os.path.join(ofolder, "analysis.txt"))
keywords = {
r"^Evaluating patch 'accuracy' on": 2,
r"^Evaluating patch 'accuracy' differences on": 1,
r"^Evaluating sliding window 'accuracy' on": 2,
r"^Evaluating sliding window 'accuracy' differences on": 1,
#r"^Basic statistics from distributions:$": 1,
r"^Writing analysis figures": 1,
r"^Writing analysis summary": 1,
......
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