Skip to content

Commit

Permalink
Fix metaculus model
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Feb 21, 2025
1 parent 1b2cebf commit 220d99d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AggregationItem(BaseModel):
centers: list[float] | None
interval_upper_bounds: list[float] | None
means: list[float] | None
histogram: list[float] | None
histogram: list[list[float]] | None


class Aggregation(BaseModel):
Expand Down

0 comments on commit 220d99d

Please sign in to comment.