-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run unittets and cleaning #620
Merged
Merged
Changes from all commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
a9a23b9
Bump sqlparse from 0.4.4 to 0.5.0 (#558)
dependabot[bot] 36eb46f
Bump tqdm from 4.66.1 to 4.66.3 (#569)
dependabot[bot] fa7f0f1
Bump werkzeug from 3.0.1 to 3.0.3 (#570)
dependabot[bot] a05fcd5
Bump jinja2 from 3.1.3 to 3.1.4 (#571)
dependabot[bot] b2fc3e6
Bump mlflow from 2.10.1 to 2.12.1 (#575)
dependabot[bot] 495d5b9
Bump gunicorn from 21.2.0 to 22.0.0 (#576)
dependabot[bot] bdd102a
Bump requests from 2.31.0 to 2.32.0 (#578)
dependabot[bot] beccd4c
[CI] Run tests through GitHub Actions (#573)
NicolasGensollen 2861e9d
[CI] Skip tests when PR is in draft mode (#592)
NicolasGensollen f5de251
[CI] Test train workflow on GPU machine (#590)
NicolasGensollen 69b3538
[CI] Port remaining GPU tests to GitHub Actions (#593)
NicolasGensollen c9d9252
[CI] Remove GPU pipeline from Jenkinsfile (#594)
NicolasGensollen 753f04e
[CI] Port remaining non GPU tests to GitHub Actions (#581)
NicolasGensollen c424d77
[CI] Remove jenkins related things (#595)
NicolasGensollen 4281c73
add simulate-gpu option
thibaultdvx 52d7561
Add flags to run CI tests locally (#596)
thibaultdvx 39d22fd
[CI] Remove duplicated verbose flag in test pipelines (#598)
NicolasGensollen 571662c
[DOC] Update the Python version used for creating the conda environme…
NicolasGensollen 567467e
Merge remote-tracking branch 'upstream/dev' into dev
thibaultdvx d54d59c
Flag for local tests (#608)
thibaultdvx f641f30
add whole resume pipeline in trainer
thibaultdvx 78f2928
Merge remote-tracking branch 'upstream/dev' into dev
thibaultdvx a6c336f
change from_json cli
thibaultdvx f20e7fb
Update quality_check.py (#609)
HuguesRoy f6f382a
Fix issue in compare_folders (#610)
thibaultdvx cd3a538
Merge remote-tracking branch 'upstream/dev' into dev
thibaultdvx f7eb225
Merge branch 'dev' into refactoring
thibaultdvx 523563d
revert change on poetry
thibaultdvx 4971fa7
correction of wrong conflict choice in rebasing
thibaultdvx c60d53c
Merge remote-tracking branch 'upstream/refactoring' into refactoring
thibaultdvx c1b6e5b
Merge branch 'refactoring' into put_resume_in_trainer
thibaultdvx fdae3dd
restore split_manager
thibaultdvx 9a57198
trigger tests
thibaultdvx 52f9492
[INFRA] Update the Makefile `check.lock` target (#603)
NicolasGensollen 375e67e
delete automatic resume function
thibaultdvx 919f930
change find_splits to _find_splits
thibaultdvx b0d3490
Merge remote-tracking branch 'upstream/dev' into dev
thibaultdvx 02c4e30
Merge branch 'refactoring' of https://github.com/aramis-lab/clinicadl…
thibaultdvx 34625fc
Merge branch 'refactoring' into put_resume_in_trainer
thibaultdvx a05d647
clean tasks cli
thibaultdvx c4f4e94
make normalization uniform
thibaultdvx 2cd0979
add update_with_toml
thibaultdvx 2f07d62
update unittests
thibaultdvx 95dc7f4
Merge remote-tracking branch 'upstream/refactoring' into refactoring
thibaultdvx b463a0c
Merge branch 'refactoring' into clean_tasks_cli
thibaultdvx c1cf03d
remove unecessary imports
thibaultdvx 996cdd5
[CI] Run unit tests and linter on refactoring branch (#618)
NicolasGensollen 6166462
Merge remote-tracking branch 'upstream/dev' into dev
thibaultdvx e4ce5dc
Merge branch 'dev' into refactoring
thibaultdvx 3b7763e
Merge remote-tracking branch 'upstream/refactoring' into refactoring
thibaultdvx 752bc2b
remove outdated tests
thibaultdvx 2c5b566
Merge branch 'refactoring' into clean_tasks_cli
thibaultdvx 15516b1
Merge remote-tracking branch 'upstream/refactoring' into refactoring
thibaultdvx 37610c4
Merge branch 'refactoring' into cleaning
thibaultdvx 9be8e1a
trigger tests
thibaultdvx fd2a9ed
correct outdated import
thibaultdvx dd73874
linter corrections
thibaultdvx d32c5c6
correction of python 3.8 error
thibaultdvx 404b537
correction of python 3.8 error
thibaultdvx 679452a
add ready_for_review as event that triggers tests
thibaultdvx 42ddcdd
add ready_for_review events to all tests
thibaultdvx a36e285
trigger tests
thibaultdvx e93f06d
add synchronize in events for tests
thibaultdvx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
# from .task import classification, reconstruction, regression | ||
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
clinicadl/commandline/pipelines/generate/shepplogan/options.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import tarfile | ||
from logging import getLogger | ||
from pathlib import Path | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
clinicadl/commandline/pipelines/prepare_data/prepare_data_cli.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
from pathlib import Path | ||
from typing import Optional | ||
|
||
import click | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import logging | ||
import os | ||
import sys | ||
import warnings | ||
from urllib.parse import urlparse | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can add
mood24
branch, WDYT?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea, I will make the change directly on
mood24
!