Skip to content
5 changes: 2 additions & 3 deletions thunder/tests/opinfos.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,8 @@ def elementwise_unary_generator(
)

shapes = (
# TODO: restore size zero cases
# (0, 2, 1),
# (5, 0, 3),
(0, 2, 1),
(5, 0, 3),
(),
(11,),
(4, 4),
Expand Down
Loading