Skip to content

Commit

Permalink
all_comp_checklist: added tensor with more dims
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed May 13, 2024
1 parent 673bd78 commit 5f871e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/release_checklist/check_all_components_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def alternatives(self) -> list[Any] | None:
rr.datatypes.TensorData(array=np.random.randint(0, 255, (10, 10), dtype=np.uint8)),
rr.datatypes.TensorData(array=np.random.randint(0, 255, (10, 10, 3), dtype=np.uint8)),
rr.datatypes.TensorData(array=np.random.randint(0, 255, (5, 3, 6, 4), dtype=np.uint8)),
rr.datatypes.TensorData(array=np.random.randint(0, 255, (5, 3, 6, 4, 3), dtype=np.uint8)),
]
),
"Texcoord2DBatch": TestCase(batch=[(0, 0), (1, 1), (2, 2)]),
Expand Down

0 comments on commit 5f871e3

Please sign in to comment.