-
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
6721 bundle syntax # as alias of :: #6955
Conversation
This is a simple solution but it appears to work just fine, we can assume there won't be comments ever so there's no issue removing #. An alternative is to use |
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
/integration-test |
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.
Thanks, looks good to me.
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
/build |
1 similar comment
/build |
fixes #6721
Description
compatible syntax by normalising any
#
in ids to::
new test cases:
MONAI/tests/test_config_parser.py
Lines 317 to 321 in 66b50fb
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.