Skip to content

Conversation

@garciadias
Copy link
Contributor

@garciadias garciadias commented Feb 19, 2025

Fixes #8354 #8353

Description

Fixes path on test that is only run on special conditions.

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 ericspod requested review from KumoLiu and ericspod February 19, 2025 11:04
@KumoLiu
Copy link
Contributor

KumoLiu commented Feb 19, 2025

/build

Copy link
Member

@ericspod ericspod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, if you could do the DCO remediation and blossom passes we're good to go.

@KumoLiu
Copy link
Contributor

KumoLiu commented Feb 19, 2025

Hi @garciadias, could you please try the guide here to resolve the DCO issue? Thanks!
https://github.com/Project-MONAI/MONAI/pull/8357/checks?check_run_id=37458980383

garciadias and others added 3 commits February 19, 2025 16:21
     I, R. Garcia-Dias <rafaelagd@gmail.com>, hereby add my Signed-off-by to this commit: ba56a6d
     I, R. Garcia-Dias <rafaelagd@gmail.com>, hereby add my Signed-off-by to this commit: da29d2f
     I, R. Garcia-Dias <rafaelagd@gmail.com>, hereby add my Signed-off-by to this commit: 93f16db

     Signed-off-by: R. Garcia-Dias <rafaelagd@gmail.com>

Signed-off-by: R. Garcia-Dias <rafaelagd@gmail.com>
- Introduced a new `dict_product` function to create combinations of input parameters.
- Updated test cases to use the new utility for generating shape and input type combinations.
- Cleaned up code by removing old nested loops in favor of the new function.
@KumoLiu
Copy link
Contributor

KumoLiu commented Feb 20, 2025

The DCO issue is still unresolved, and it's not clear if it's due to inappropriate indentation. If you can add sigh off to every commit later, you might be able to avoid the such kind of issue.

I, R. Garcia-Dias <rafaelagd@gmail.com>, hereby add my Signed-off-by to this commit: ba56a6d
I, R. Garcia-Dias <rafaelagd@gmail.com>, hereby add my Signed-off-by to this commit: da29d2f
I, R. Garcia-Dias <rafaelagd@gmail.com>, hereby add my Signed-off-by to this commit: 93f16db

Signed-off-by: R. Garcia-Dias <rafaelagd@gmail.com>

Signed-off-by: R. Garcia-Dias <rafaelagd@gmail.com>
- Introduced a new `dict_product` function to create combinations of input parameters.
- Updated test cases to use the new utility for generating shape and input type combinations.
- Cleaned up code by removing old nested loops in favor of the new function.
@garciadias
Copy link
Contributor Author

The DCO issue is still unresolved, and it's not clear if it's due to inappropriate indentation. If you can add sigh off to every commit later, you might be able to avoid the such kind of issue.

I am sorry about that. I think it is fixed now. I set it up to sign every commit, but it's not working correctly. I will solve this to make sure all commits are signed from now on.

@KumoLiu
Copy link
Contributor

KumoLiu commented Feb 20, 2025

I am sorry about that. I think it is fixed now. I set it up to sign every commit, but it's not working correctly. I will solve this to make sure all commits are signed from now on.

Great, it fixed for yesterday's four commits. But just now you push two commits without sighoff. The DCO will check each commit in the PR. :)

garciadias and others added 3 commits February 20, 2025 10:20
I, R. Garcia-Dias <rafaelagd@gmail.com>, hereby add my Signed-off-by to this commit: 2549bbb
I, R. Garcia-Dias <rafaelagd@gmail.com>, hereby add my Signed-off-by to this commit: f5ac534

Signed-off-by: R. Garcia-Dias <rafaelagd@gmail.com>
@KumoLiu
Copy link
Contributor

KumoLiu commented Feb 20, 2025

/build

@KumoLiu KumoLiu enabled auto-merge (squash) February 20, 2025 12:28
@KumoLiu KumoLiu merged commit d98f348 into Project-MONAI:dev Feb 20, 2025
28 checks passed
Can-Zhao pushed a commit to Can-Zhao/MONAI that referenced this pull request Mar 10, 2025
Fixes Project-MONAI#8354

### Description

Fixes path on test that is only run on special conditions.

### 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`.
- [x] 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: R. Garcia-Dias <rafaelagd@gmail.com>
Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
Signed-off-by: Can-Zhao <volcanofly@gmail.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.

FileNotFoundError in test_bundle_trt_export

3 participants