Revision e8edc2e17cbd4af7c200588382d3fe53780fd100 authored by Wenqi Li on 08 October 2023, 06:56:34 UTC, committed by GitHub on 08 October 2023, 06:56:34 UTC
Fixes
https://github.com/Project-MONAI/MONAI/actions/runs/6443867275/job/17496241665


### 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).
- [ ] Breaking change (fix or new feature that would cause existing
functionality to change).
- [ ] New tests added to cover the changes.
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [ ] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [ ] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.

Signed-off-by: Wenqi Li <wenqil@nvidia.com>
1 parent 112e431
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.2 KB
.pre-commit-config.yaml -rw-r--r-- 2.0 KB
.readthedocs.yml -rw-r--r-- 626 bytes
CHANGELOG.md -rw-r--r-- 51.3 KB
CITATION.cff -rw-r--r-- 3.7 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.3 KB
CONTRIBUTING.md -rw-r--r-- 23.2 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.3 KB
requirements-min.txt -rw-r--r-- 117 bytes
requirements.txt -rw-r--r-- 23 bytes
runtests.sh -rwxr-xr-x 21.6 KB
setup.cfg -rw-r--r-- 6.6 KB
setup.py -rw-r--r-- 5.1 KB
versioneer.py -rw-r--r-- 79.2 KB

README.md

back to top