Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date with excess zeros fails to parse #86

Closed
jmuhlich opened this issue Mar 23, 2021 · 2 comments
Closed

Date with excess zeros fails to parse #86

jmuhlich opened this issue Mar 23, 2021 · 2 comments

Comments

@jmuhlich
Copy link
Collaborator

I encountered an OME-TIFF with an AcquisitionDate of 2020-09-08T17:26:16.7690000. This triggered a parsing error in xmlschema/elementpath: OverflowError: Invalid value 7690000 for microsecond. bioformats handles it fine so we should check what they're doing. Round-tripping back to OME-XML with showinf ends up just truncating the trailing zeros, which might be a hint.

@tlambert03
Copy link
Owner

with v0.4 this is no longer failing

@tlambert03
Copy link
Owner

(tested in #198)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants