Re: [PATCH 1/1] app/mldev: add check for model and filelist option

2023-07-06 Thread Thomas Monjalon
23/03/2023 17:21, Srikanth Yalavarthi: > Application currently doesn't check for empty models list and > filelist entries. This causes the app to report an incorrect > error messages and test status when the lists are empty. > > Fixes: bbd272edcb14 ("app/mldev: add ordered inferences") > Fixes: f6

[PATCH 1/1] app/mldev: add check for model and filelist option

2023-03-23 Thread Srikanth Yalavarthi
Application currently doesn't check for empty models list and filelist entries. This causes the app to report an incorrect error messages and test status when the lists are empty. Fixes: bbd272edcb14 ("app/mldev: add ordered inferences") Fixes: f6661e6d9a3a ("app/mldev: validate model operations")