-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
5775 Fix _get_latest_bundle_version
issue on Windows
#5787
5775 Fix _get_latest_bundle_version
issue on Windows
#5787
Conversation
Signed-off-by: Yiheng Wang <vennw@nvidia.com>
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.
Hi @yiheng-wang-nv ,
Could you please help remove this line to allow the windows tests:
https://github.com/Project-MONAI/MONAI/blob/dev/tests/test_bundle_download.py#L61
Actually, other bundle tests cover windows, like:
https://github.com/Project-MONAI/MONAI/blob/dev/tests/test_integration_bundle_run.py#L108
Thanks.
Signed-off-by: Yiheng Wang <vennw@nvidia.com>
for more information, see https://pre-commit.ci
Thanks Nic for the advice. I removed the line you mentioned. However, here I wish to double confirm that if Hi @wyli , could you please help to give some suggestions? Thanks! |
/build |
there's only quick tests for windows/macos, because we don't have windows+gpu for full tests anywhere, so please verify this manually. |
Signed-off-by: Yiheng Wang vennw@nvidia.com
Fixes #5775 .
Description
This PR fixes the issue of
_get_latest_bundle_version
on Windows (os.path.join
will produce backslash which will create a wrong url)Thanks @SachidanandAlle for finding this issue.
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.