We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e46a8c commit b426bc9Copy full SHA for b426bc9
cosmotech_api/models/scenario.py
@@ -130,7 +130,7 @@ def to_dict(self) -> Dict[str, Any]:
130
for _item in self.parameters_values:
131
if _item:
132
_items.append(_item.to_dict())
133
- _dict['parametersValues'] = _items
+ _items[-1]['varType'] = _item.var_type
134
# override the default output from pydantic by calling `to_dict()` of last_run
135
if self.last_run:
136
_dict['lastRun'] = self.last_run.to_dict()
0 commit comments