Revision 9c9777751ab4f96e059a6597b9aa7ac6e7ca3b92 authored by Mingxin Zheng on 23 April 2023, 20:17:43 UTC, committed by GitHub on 23 April 2023, 20:17:43 UTC
Fixes #6417 .

### Description

- Move the logics of creating ensemble output dir from `ensemble` to
`__init__` in EnsembleRunner to avoid processes competing with each
other in dir creation
- Add checks in AutoRunner `set_image_save_transform`

### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [x] New tests added to cover the changes.
- [x] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [x] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [x] In-line docstrings updated.
- [x] Documentation updated, tested `make html` command in the `docs/`
folder.

---------

Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Wenqi Li <831580+wyli@users.noreply.github.com>
1 parent 4f2eec3
History
File Mode Size
.github
docs
monai
tests
.clang-format -rw-r--r-- 2.5 KB
.deepsource.toml -rw-r--r-- 349 bytes
.dockerignore -rw-r--r-- 160 bytes
.gitattributes -rw-r--r-- 31 bytes
.gitignore -rw-r--r-- 2.0 KB
.pre-commit-config.yaml -rw-r--r-- 1.9 KB
.readthedocs.yml -rw-r--r-- 626 bytes
CHANGELOG.md -rw-r--r-- 38.6 KB
CITATION.cff -rw-r--r-- 3.7 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.3 KB
CONTRIBUTING.md -rw-r--r-- 22.6 KB
Dockerfile -rw-r--r-- 2.4 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 83 bytes
README.md -rw-r--r-- 4.9 KB
environment-dev.yml -rw-r--r-- 206 bytes
pyproject.toml -rw-r--r-- 1.8 KB
requirements-dev.txt -rw-r--r-- 1.1 KB
requirements-min.txt -rw-r--r-- 117 bytes
requirements.txt -rw-r--r-- 23 bytes
runtests.sh -rwxr-xr-x 20.5 KB
setup.cfg -rw-r--r-- 6.3 KB
setup.py -rw-r--r-- 5.1 KB
versioneer.py -rw-r--r-- 79.2 KB

README.md

back to top