Skip to content

Commit

Permalink
more random fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Sep 6, 2023
1 parent b4d608e commit 3d6ebc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/re_types/source_hash.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/code-examples/image_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

rr.init("rerun_example_image_simple", spawn=True)

image = rrd.TensorData(array=image, id=np.repeat(0, 16).astype(np.uint8))
image = rrd.TensorData(array=image)
rr2.log("image", rr2.Image(image))
2 changes: 1 addition & 1 deletion rerun_py/rerun_sdk/rerun/_rerun2/archetypes/image.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d6ebc5

Please sign in to comment.