-
Notifications
You must be signed in to change notification settings - Fork 76
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
Add support for reading TDatime #407
Conversation
Should this be linked in with which convert ROOT's "datime" integers into Python |
For sure, but in what way? Modify during read, or in |
The canonical way would be to add a def to_datetime(self):
return uproot._util.code_to_datetime(self._members["fDatime"]) method for That's how the methods are usually named: histograms have |
scikit-hep-testdata 0.4.6 is now available. Tests that are looking for |
Could someone trigger the tests? I believe this is ready. |
Sorry, I didn't realize that it was being held up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! I'll set it to merge when the tests pass.
No description provided.