Open vetschn opened 2 weeks ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 93.00000%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 85.18%. Comparing base (
3fac381
) to head (236afb7
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I construct a TypeAlias
for NDArray
in the top-level __init__.py
now and switched all the method signatures to be using that instead of xp.ndarray
(which is actually not even a proper TypeAlias
). I'll check the consistency with the docstrings next.