cchung100m opened a new pull request, #18613: URL: https://github.com/apache/tvm/pull/18613
Hi Commiters, This PR is trying to remove duplicated test case `test_if_branch_var_scope`. Any suggestions would be appreciated if you are available. ### Root Cause Both tests `test_var_if_scoping_fail` and `test_if_branch_var_scope` verify that returning a variable `w` that's only defined within if/else branches raises an error. They're duplicates and should probably be consolidated into a single test. <img width="1388" height="306" alt="image" src="https://github.com/user-attachments/assets/8e6defd4-fe83-419d-8793-67454ccb561f" /> ### Solution Remove duplicated test case `test_if_branch_var_scope` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
