diff options
author | Peter Hawkins <phawkins@google.com> | 2023-03-03 15:54:39 +0000 |
---|---|---|
committer | Peter Hawkins <phawkins@google.com> | 2023-03-03 15:54:39 +0000 |
commit | d4c7c1367a4ca36c0047cd6a4e8fb9273ee557b4 (patch) | |
tree | 3c18aa94267b41eadbcaadc471bb19dd4afa6cf2 /numpy/array_api/tests | |
parent | 0f759540e8f6ac212bf5644666ec0b5b349960c0 (diff) | |
download | numpy-d4c7c1367a4ca36c0047cd6a4e8fb9273ee557b4.tar.gz |
Add type annotations for comparison operators to MaskedArray.
The comparison operators seem to be missing annotations; whereas pretty
much every other operator is annotated.
This causes pytype to conclude that the output of, say, __gt__ is a
regular ndarray, which isn't true.
Diffstat (limited to 'numpy/array_api/tests')
0 files changed, 0 insertions, 0 deletions