Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulVanSchayck committed Nov 19, 2024
1 parent 75d0de4 commit e9acfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
t=ValuesAxis[AwareDatetime](values=[datetime.now(tz=timezone.utc)]),
),
),
ranges={"temperature": NdArrayFloat(axisNames=["x", "y", "t"], shape=[1, 1, 1], values=["42.0"])},
ranges={"temperature": NdArrayFloat(axisNames=["x", "y", "t"], shape=[1, 1, 1], values=[42.0])},
)

print(c.model_dump_json(exclude_none=True, indent=4))

0 comments on commit e9acfdb

Please sign in to comment.