Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulVanSchayck committed Nov 14, 2024
1 parent f4ec066 commit 94c14fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ c = Coverage(
)
),
ranges={
"temperature": NdArray(axisNames=["x", "y", "t"], shape=[1, 1, 1], values=[42.0])
"temperature": NdArray[float](axisNames=["x", "y", "t"], shape=[1, 1, 1], values=[42.0])
}
)

Expand Down

0 comments on commit 94c14fe

Please sign in to comment.