Closed jonasteuwen closed 3 months ago
Attention: Patch coverage is 95.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 98.53%. Comparing base (
3a6a10f
) to head (103ea69
).
Files | Patch % | Lines |
---|---|---|
tests/test_writers.py | 92.30% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This implements a TIFF writer in C++. This has a few advantages in the future, even though it's not really faster. In C++ we could use this in downstream libraries to have the whole writing of tiffs and outputs in a multithreaded fashion.
In addition:
dlup.types
todlup._types
to prevent name clashes and such.