Closed jryu01 closed 4 months ago
@kbirk this was changed because "model_" is a protected namespace in Pydantic and it was throwing warnings. I imagine you could just change the service since this would likely reintroduce the warnings.
Didn't realize this was an external change. @jryu01 Let's change the hmi-server
side of it.
Yeap then I'll make the change in the hmi-sever
side
The change will be made in hmi-server
closing the issue.
Description
Updated data type for the compare models input data type. There was a validation error occurring on model compare request since terrarium taskrunner sends the input payload with
{ model_cards: [...] }
while this service expects{ cards: [...] }
. This change fixes the issue.Related PR: https://github.com/DARPA-ASKEM/terarium/pull/4024
Resolves #(issue)