Skip to content

Commit a48f3f6

Browse files
committed
Fixed evaluation.
1 parent 0403c5f commit a48f3f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ads/aqua/evaluation/evaluation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,8 @@ def validate_model_name(
731731
)
732732
logger.error(error_message)
733733
raise AquaRuntimeError(error_message) from ex
734+
else:
735+
multi_model_metadata = json.loads(multi_model_metadata_value)
734736

735737
# Build the list of valid model names from custom metadata.
736738
model_names = []

0 commit comments

Comments
 (0)