-
Notifications
You must be signed in to change notification settings - Fork 10
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
Inconsistency in get_root_timestamps
#512
Comments
based on the milliseconds column, I bet this has to do with the timestamp shifting (so may be a caveclient issue) EDIT: it looks like even before the shift the timestamp is 1970 |
Reading directly from the chunkedgraph (
|
they look at least like more plausible dates - is this with latest=True? |
No, these are just the raw timestamps, when these IDs were actually created. |
Using the logic to determine latest, the last one gives |
gives
Note that for the last ID the year is 1969...
But if I just query that one,
I get something reasonable
The text was updated successfully, but these errors were encountered: