Skip to content

Commit

Permalink
rerun codegen post-rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jun 28, 2023
1 parent 10ba6cb commit 29ae174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/re_types/source_hash.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is a sha256 hash for all direct and indirect dependencies of this crate's build script.
# It can be safely removed at anytime to force the build script to run again.
# Check out build.rs to see how it's computed.
c19f042ca7d4df439ce98030fdd82f4c8be1fec2f1046a525c48f4a91d5dc0e6
4c8e264941947f834347ad51392f8d950b1402244fda5d67fb5b9fbd87ac9665
2 changes: 1 addition & 1 deletion rerun_py/rerun_sdk/rerun/_rerun2/components/point2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Point2DType(pa.ExtensionType): # type: ignore[misc]
def __init__(self: type[pa.ExtensionType]) -> None:
pa.ExtensionType.__init__(
self,
pa.struct([pa.field("x", pa.float32(), True, {}), pa.field("y", pa.float32(), True, {})]),
pa.struct([pa.field("x", pa.float32(), False, {}), pa.field("y", pa.float32(), False, {})]),
"rerun.point2d",
)

Expand Down

0 comments on commit 29ae174

Please sign in to comment.