Return sdc model name instead of candidate name 38/118938/1
authorhariharan97 <rh20085046@wipro.com>
Tue, 9 Mar 2021 08:19:47 +0000 (13:49 +0530)
committerhariharan97 <rh20085046@wipro.com>
Tue, 9 Mar 2021 08:19:47 +0000 (13:49 +0530)
Issue-ID: OPTFRA-928
Signed-off-by: hariharan97 <rh20085046@wipro.com>
Change-Id: If7b232a09ca7a1a6e92f2f703dab9e77c7047bf7

apps/nst/optimizers/nst_select_processor.py

index 5b31f73..9e44522 100644 (file)
@@ -151,5 +151,5 @@ class NstSelection(Thread):
             return {
                 'UUID': candidate['model_version_id'],
                 'invariantUUID': candidate['model_invariant_id'],
-                'NSTName': candidate['name'],
+                'NSTName': candidate['model_name'],
             }