-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
🔀 Backmerge sgiavasis/C-PAC-1#2 to bids_ingress
branch for sgiavasis/C-PAC-1#1
#2142
Open
shnizzedy
wants to merge
106
commits into
bids_ingress
Choose a base branch
from
backmerge/resourcepool-split
base: bids_ingress
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
[run reg-suite]
[run reg-suite]
[run reg-suite]
[run reg-suite]
[run reg-suite]
[rebuild base-lite] [rebuild base-standard] [run reg-suite]
Bumps [setuptools](https://github.com/pypa/setuptools) from 68.0.0 to 70.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v68.0.0...v70.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
♻️ Split `ResourcePool` into three classes
Remove ones that will come from ingress from dummy node
shnizzedy
added
the
engine
Internal implementation changes that may not be visible to users.
label
Aug 23, 2024
birajstha
approved these changes
Aug 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes
Resolves merge conflicts for sgiavasis#1 by merging 532322d (sgiavasis/C-PAC-1@
develop
after merging sgiavasis#2) onto 61d8b6d (latest commit to head branch for sgiavasis#1 as of now)Description
This is a pretty big PR, just because sgiavasis#2 was a pretty big PR. sgiavasis/C-PAC-1@532322d...FCP-INDI:C-PAC:d5722da1840ad7a66a73ced25583590f9d251970#files_bucket is the diff between the head of this branch and the head of sgiavasis/C-PAC-1@
develop
(i.e., what the diff will be for sgiavasis#1 if this PR is merged).Technical details
This PR is almost entirely just merging the changes from sgiavasis#2 and updating tests (see below).
changed
logger.warning() + print() + sys.exit()
→raise Exception()
Changed
C-PAC/CPAC/_entrypoints/run.py
Lines 789 to 792 in 494f0c7
C-PAC/CPAC/_entrypoints/run.py
Lines 789 to 791 in 64a775b
Tests
Failing
The tests that are failing are because
bids_ingress
isn't done yet.test_motion_filter_connections
I dropped some dummy inputs (
"lateral-ventricles-mask", "TR", "scan", "subject"
) from this test initializationC-PAC/CPAC/func_preproc/tests/test_preproc_connections.py
Lines 177 to 192 in d5722da
test_plugin_param
Updated
C-PAC/CPAC/pipeline/test/test_cpac_pipeline.py
Line 20 in 43a9b27
C-PAC/CPAC/pipeline/test/test_cpac_pipeline.py
Lines 22 to 30 in 5bbc1e6
tmp_path
to ensure writeable testing output directories (again, not sure why this became a problem in this branch 🤷)set_subject
doctestUpdated
C-PAC/CPAC/utils/configuration/configuration.py
Lines 787 to 792 in 5bbc1e6
C-PAC/CPAC/utils/configuration/configuration.py
Lines 788 to 792 in d5722da
bids_ingress
branch that were causing this doctest to failChecklist
Update index.md
).bids_ingress
branch of the repository.Developer Certificate of Origin
Developer Certificate of Origin