Skip to content

Commit bcc212e

Browse files
committed
🎨 cleanup of the _numtype tests
1 parent c4661c1 commit bcc212e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

‎src/_numtype/@test/test__numtype.pyi renamed to ‎src/_numtype/@test/test_to_array.pyi

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ S_3d: list[list[list[bytes]]]
4444
U_3d: list[list[list[str]]]
4545
O_3d: list[list[list[object]]]
4646

47-
###
48-
# nested sequence
49-
50-
nested_bool_1d: _nt.Sequence1ND[bool] = b_1d
51-
nested_bool_2d: _nt.Sequence1ND[bool] = b_2d
52-
5347
###
5448
# bool
5549

@@ -118,4 +112,4 @@ bool_3nd_reject_2d: _nt.ToBool_3nd = b1_2d # type: ignore[assignment] # pyrigh
118112
bool_3nd_accept_3d: _nt.ToBool_3nd = b1_3d
119113

120114
###
121-
# TODO(jorenham): repeat for all the other `_To` and `_Co` types (codegen)
115+
# TODO(jorenham): repeat for all the other `_To` array-like types (codegen)

0 commit comments

Comments
 (0)