Skip to content

Commit 368f655

Browse files
committed
remove comment
1 parent a25bec3 commit 368f655

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vector/backends/numpy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2160,7 +2160,6 @@ def array(*args: typing.Any, **kwargs: typing.Any) -> VectorNumpy:
21602160

21612161
is_momentum = any(x in _repr_momentum_to_generic for x in names)
21622162

2163-
# Validate coordinates using dimension-guard pattern (same as awkward _check_names)
21642163
_validate_coordinates(names)
21652164

21662165
if any(x in ("t", "E", "e", "energy", "tau", "M", "m", "mass") for x in names):

0 commit comments

Comments
 (0)