Skip to content
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

Cleaning up some very old and now obsolete infrastructure #8113

Merged
merged 11 commits into from
Sep 27, 2024

Conversation

ericspod
Copy link
Member

Description

This removes some functions which aren't needed any more. These related to an early idea for doing importation to avoid defining __all__ components to modules, but this is being done instead as it is more standard.

Types of changes

  • 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.

@ericspod
Copy link
Member Author

I'm looking at the issues here, I think these can be resolved without too much change.

Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
@ericspod ericspod marked this pull request as ready for review September 25, 2024 17:46
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
monai/__init__.py Outdated Show resolved Hide resolved
KumoLiu and others added 2 commits September 26, 2024 12:40
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
@KumoLiu
Copy link
Contributor

KumoLiu commented Sep 26, 2024

/build

@ericspod
Copy link
Member Author

Hi @KumoLiu please help with the blossom issue, everything else seems good to go.

@KumoLiu
Copy link
Contributor

KumoLiu commented Sep 26, 2024

/build

@KumoLiu
Copy link
Contributor

KumoLiu commented Sep 26, 2024

Hi @KumoLiu please help with the blossom issue, everything else seems good to go.

Looks blossom has some issue, trying to connect with devops teams.

@pxLi
Copy link
Contributor

pxLi commented Sep 27, 2024

/build

@pxLi
Copy link
Contributor

pxLi commented Sep 27, 2024

Hi @KumoLiu please help with the blossom issue, everything else seems good to go.

Looks blossom has some issue, trying to connect with devops teams.

[2024-09-26T13:16:54.747Z] + add-apt-repository -y ppa:deadsnakes/ppa
[2024-09-26T13:17:26.729Z] Error: retrieving gpg key timed out.

This is the ubuntu gpg keyserver overload issue. Next time please wait longer and retry thanks

@KumoLiu
Copy link
Contributor

KumoLiu commented Sep 27, 2024

/build

@KumoLiu KumoLiu merged commit cac21f6 into Project-MONAI:dev Sep 27, 2024
28 checks passed
KumoLiu added a commit to Project-MONAI/model-zoo that referenced this pull request Sep 27, 2024
Update the issue introduced by
Project-MONAI/MONAI#8113

### Status
**Ready**

### Please ensure all the checkboxes:
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Codeformat tests passed locally by running `./runtests.sh
--codeformat`.
- [x] In-line docstrings updated.
- [x] Update `version` and `changelog` in `metadata.json` if changing an
existing bundle.
- [ ] Please ensure the naming rules in config files meet our
requirements (please refer to: `CONTRIBUTING.md`).
- [x] Ensure versions of packages such as `monai`, `pytorch` and `numpy`
are correct in `metadata.json`.
- [ ] Descriptions should be consistent with the content, such as
`eval_metrics` of the provided weights and TorchScript modules.
- [x] Files larger than 25MB are excluded and replaced by providing
download links in `large_file.yml`.
- [ ] Avoid using path that contains personal information within config
files (such as use `/home/your_name/` for `"bundle_root"`).

---------

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants