Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
App: Fix Endoscopy Tool Tracking C++ Test Config (#477)
Fixes issue where Endoscopy Tool Tracking C++ tests were relying on the default YAML configuration rather than the expected test configuration. 153bdfd updated the Endoscopy Tool Tracking C++ app CLI: - Under previous behavior a configuration path could be passed as the 0th positional argument - Under new behavior a configuration path may be passed as a keyword `--config` argument. This brings the C++ app CLI into closer alignment with the existing `--data` argument and with the Python app CLI. Prior to this fix, C++ test failures were observed: - The test config file was not properly passed to the app under the new CLI. Instead the default test config was used, which does not define a stop condition and led to test timeout. - The C++ render test failed due to relying on frame output from the test above. Reproduced previous test failures locally and verified tests pass with this fix applied. Signed-off-by: Tom Birdsong <tbirdsong@nvidia.com>
- Loading branch information