You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned #165 CoTeDe uses a datetime function that cannot handle dates before 1900. This filters out those observations from being put in the database.
Alternative is to leave them in and exclude them from going through the quality control in AutoQC.py. However that could cause confusion later when analysing results and it is straightforward to add extra rows to the database at a later time if we want to process them.
At the moment when we find a profile pre 1900, we're just fudging the year to be 1900 and going ahead with running; remember to revert this when this gets fixed upstream.
Hi @castelao - CoTeDe tests are currently producing errors on profiles from years earlier than 1900:
before I go hacking on these, have you solved this previously for CoTeDe? Let me know if you have a preferred solution.
The text was updated successfully, but these errors were encountered: