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 884c44d commit a40b4e7Copy full SHA for a40b4e7
2 files changed
giskard/ml_worker/websocket/__init__.py
@@ -271,7 +271,7 @@ class PartialUnexpectedCounts(ConfiguredBaseModel):
271
class SingleTestResultDetails(ConfiguredBaseModel):
272
inputs: Dict[str, List[Any]]
273
outputs: List[Any]
274
- results: List[str]
+ results: List[Any]
275
metadata: Dict[str, List[Any]]
276
277
0 commit comments