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 2abdd21 commit d1aa7ecCopy full SHA for d1aa7ec
simvue/models.py
@@ -96,7 +96,7 @@ class GridMetricSet(pydantic.BaseModel):
96
time: pydantic.NonNegativeFloat | pydantic.NonNegativeInt
97
timestamp: typing.Annotated[str | None, pydantic.BeforeValidator(simvue_timestamp)]
98
step: pydantic.NonNegativeInt
99
- array: list[float] | numpy.ndarray
+ array: list[float] | list[list[float]] | numpy.ndarray
100
grid: str
101
metric: str
102
0 commit comments