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 9573703 commit 0bad7c4Copy full SHA for 0bad7c4
src/guidellm/presentation/data_models.py
@@ -190,7 +190,7 @@ class TabularDistributionSummary(DistributionSummary):
190
"""
191
192
@computed_field
193
- def percentile_rows(self) -> list[dict[str, float]]:
+ def percentile_rows(self) -> list[dict[str, Union[str, float]]]:
194
rows = [
195
{"percentile": name, "value": value}
196
for name, value in self.percentiles.model_dump().items()
0 commit comments