-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Solves path problem in test_bundle_trt_export.py #8357
Solves path problem in test_bundle_trt_export.py #8357
Conversation
There was a problem with this test after the else statement was removed, leading to a onnx_model not defined error
/build |
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.
Looks good to me, if you could do the DCO remediation and blossom passes we're good to go.
Hi @garciadias, could you please try the guide here to resolve the DCO issue? Thanks! |
I, R. Garcia-Dias <[email protected]>, hereby add my Signed-off-by to this commit: ba56a6d I, R. Garcia-Dias <[email protected]>, hereby add my Signed-off-by to this commit: da29d2f I, R. Garcia-Dias <[email protected]>, hereby add my Signed-off-by to this commit: 93f16db Signed-off-by: R. Garcia-Dias <[email protected]> Signed-off-by: R. Garcia-Dias <[email protected]>
- 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.
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 <[email protected]>, hereby add my Signed-off-by to this commit: ba56a6d I, R. Garcia-Dias <[email protected]>, hereby add my Signed-off-by to this commit: da29d2f I, R. Garcia-Dias <[email protected]>, hereby add my Signed-off-by to this commit: 93f16db Signed-off-by: R. Garcia-Dias <[email protected]> Signed-off-by: R. Garcia-Dias <[email protected]>
- 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.
… into 8354_fix_test_bundle_trt_export
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. :) |
I, R. Garcia-Dias <[email protected]>, hereby add my Signed-off-by to this commit: 2549bbb I, R. Garcia-Dias <[email protected]>, hereby add my Signed-off-by to this commit: f5ac534 Signed-off-by: R. Garcia-Dias <[email protected]>
/build |
Fixes #8354 #8353
Description
Fixes path on test that is only run on special conditions.
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.