-
Notifications
You must be signed in to change notification settings - Fork 6
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
SubjectVisits
stream cannot be loaded due to KeyErrors
#330
Comments
@jkbhagatio the file you mentioned doesn't exist on CEPH, and would be weird if it did since it corresponds to a chunk timestamped before the epoch starts. Maybe a typo? |
Yes typo, fixed that, sorry. Looks like the issue may be particularly with the "2024-02-05 14:00:00" chunk, as this works: aeon.load(
"/ceph/aeon/aeon/data/raw/AEON4/social0.2",
social02.Environment.SubjectVisits,
pd.Timestamp("2024-01-31 10:00:00"),
pd.Timestamp("2024-02-05 13:00:00"),
) and this works: aeon.load(
"/ceph/aeon/aeon/data/raw/AEON4/social0.2",
social02.Environment.SubjectVisits,
pd.Timestamp("2024-02-05 15:00:00"),
pd.Timestamp("2024-02-05 16:00:00"),
) but to my eyes visually, the |
Potentially fix mentioned here: #327 |
We've also encountered this type of |
Closing this as duplicate of #327 |
Contains duplicate keys, e.g. see
Z:\aeon\data\raw\AEON4\social0.2\2024-01-31T10-14-14\Environment\Environment_SubjectVisits_2024-01-31T10-00-00.csv
and
load
throws the following error.Interestingly, the error only occurs on data saved in aeon3, not in aeon4.
Also interestingly, this works:
but moving the end timestamp up by 1 hour:
throws this error:
The text was updated successfully, but these errors were encountered: