Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mednet
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
medai
software
mednet
Commits
0203f7c6
Commit
0203f7c6
authored
1 year ago
by
Maxime DELITROZ
Browse files
Options
Downloads
Patches
Plain Diff
fixed pipeline from Commit
0a0e9529
parent
0a0e9529
No related branches found
No related tags found
1 merge request
!6
Making use of LightningDataModule and simplification of data loading
Pipeline
#77691
failed
1 year ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_cli.py
+3
-3
3 additions, 3 deletions
tests/test_cli.py
with
3 additions
and
3 deletions
tests/test_cli.py
+
3
−
3
View file @
0203f7c6
...
@@ -339,7 +339,7 @@ def test_predict_pasa_montgomery(temporary_basedir, datadir):
...
@@ -339,7 +339,7 @@ def test_predict_pasa_montgomery(temporary_basedir, datadir):
r
"
^Running prediction on `train` split...$
"
:
1
,
r
"
^Running prediction on `train` split...$
"
:
1
,
r
"
^Running prediction on `validation` split...$
"
:
1
,
r
"
^Running prediction on `validation` split...$
"
:
1
,
r
"
^Running prediction on `test` split...$
"
:
1
,
r
"
^Running prediction on `test` split...$
"
:
1
,
r
"
^Predictions saved to .*$
"
:
1
r
"
^Predictions saved to .*$
"
:
1
,
}
}
buf
.
seek
(
0
)
buf
.
seek
(
0
)
...
@@ -370,7 +370,7 @@ def test_evaluate_pasa_montgomery(temporary_basedir):
...
@@ -370,7 +370,7 @@ def test_evaluate_pasa_montgomery(temporary_basedir):
"
montgomery
"
,
"
montgomery
"
,
f
"
--predictions=
{
prediction_folder
}
"
,
f
"
--predictions=
{
prediction_folder
}
"
,
f
"
--output-folder=
{
output_folder
}
"
,
f
"
--output-folder=
{
output_folder
}
"
,
"
--threshold=test
"
"
--threshold=test
"
,
],
],
)
)
_assert_exit_0
(
result
)
_assert_exit_0
(
result
)
...
@@ -384,7 +384,7 @@ def test_evaluate_pasa_montgomery(temporary_basedir):
...
@@ -384,7 +384,7 @@ def test_evaluate_pasa_montgomery(temporary_basedir):
r
"
^Analyzing split `validation`...$
"
:
1
,
r
"
^Analyzing split `validation`...$
"
:
1
,
r
"
^Analyzing split `test`...$
"
:
1
,
r
"
^Analyzing split `test`...$
"
:
1
,
r
"
^Saving measures at .*$
"
:
1
,
r
"
^Saving measures at .*$
"
:
1
,
r
"
^Saving figures at .*$
"
:
1
r
"
^Saving figures at .*$
"
:
1
,
}
}
buf
.
seek
(
0
)
buf
.
seek
(
0
)
logging_output
=
buf
.
read
()
logging_output
=
buf
.
read
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment