Open sneakers-the-rat opened 1 month ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/numpydantic/interface/numpy.py | 14 | 15 | 93.33% | ||
src/numpydantic/serialization.py | 12 | 13 | 92.31% | ||
src/numpydantic/interface/hdf5.py | 9 | 11 | 81.82% | ||
<!-- | Total: | 47 | 51 | 92.16% | --> |
Totals | |
---|---|
Change from base Build 11289927938: | 0.1% |
Covered Lines: | 1521 |
Relevant Lines: | 1545 |
Problem: sometimes pydantic loses the
NDArray
annotation and needs to be able to serialize directly from proxy objects, eg. when used as anExtra
annotation or otherwise.This PR ensures that all proxy objects can also roundtrip directly