Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
deepdraw
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
medai
software
deepdraw
Merge requests
!14
Fix test after nomenclature change
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix test after nomenclature change
fix-issue-2
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
André Anjos
requested to merge
fix-issue-2
into
master
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
[test.test_cli] Closes
#2 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a2812d1f
1 commit,
4 years ago
1 file
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bob/ip/binseg/test/test_cli.py
+
2
−
2
Options
@@ -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