Skip to content
Snippets Groups Projects

Fix test after nomenclature change

Merged André Anjos requested to merge fix-issue-2 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -566,8 +566,8 @@ def _check_significance(runner):
@@ -566,8 +566,8 @@ def _check_significance(runner):
assert os.path.exists(os.path.join(ofolder, "analysis.txt"))
assert os.path.exists(os.path.join(ofolder, "analysis.txt"))
keywords = {
keywords = {
r"^Evaluating patch 'accuracy' on": 2,
r"^Evaluating sliding window 'accuracy' on": 2,
r"^Evaluating patch 'accuracy' differences on": 1,
r"^Evaluating sliding window 'accuracy' differences on": 1,
#r"^Basic statistics from distributions:$": 1,
#r"^Basic statistics from distributions:$": 1,
r"^Writing analysis figures": 1,
r"^Writing analysis figures": 1,
r"^Writing analysis summary": 1,
r"^Writing analysis summary": 1,
Loading