-
Notifications
You must be signed in to change notification settings - Fork 4
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
Data errors #63
Comments
Data from 2009_03_22 (or 23..) up to and including 2009_05_15 is broken because of extra quotes around the data, if these are stripped the data unpacks properly. |
Fixed the 2009 problems in HiSPARC/sapphire@4f8db5a |
Great! |
SAPPHIRE v0.9.14 contains the fix. |
Fixed for 2012-11-5, removed all (network)summaries for that date to let the publicdb (jobs) rediscover all data. from django_publicdb.histograms.models import Summary, NetworkSummary
import datetime as dt
DATE = dt.date(2012, 11, 5)
summaries = Summary.objects.filter(date=DATE)
summaries.delete()
networksummary = NetworkSummary.objects.get(date=DATE)
networksummary.delete() |
Also fixed (by removing data) for 2011-2-14 in HiSPARC/datastore@41deafb |
While processing events for the ESD we encourtered some errors as mentioned in #61.
We should try to find the cause of these errors:
update on 2015/5/6: added 2012_11_05 - 10, 303, 504, 1003, 2201, 3103, 3302, 7001, 8003
The text was updated successfully, but these errors were encountered: