Closed tlambert03 closed 7 months ago
Comparing fix-time
(daf34e8) with main
(0a46b98)
✅ 13
untouched benchmarks
Attention: Patch coverage is 95.45455%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 95.27%. Comparing base (
0a46b98
) to head (daf34e8
).
Files | Patch % | Lines |
---|---|---|
src/nd2/_util.py | 88.88% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR fixes datetime extraction by not using text_info, and instead, casting the jdn time in the global metadata to the local timezone.
closes #221 closes #225