aboutsummaryrefslogtreecommitdiff
path: root/backend/tests/test_gen_events_data.py
AgeCommit message (Collapse)Author
2023-01-21Adjust backend coding styleTerry Truong
Increase line spacing, add section comments, etc
2023-01-17Remove EXCL_PROPS from gen_events_data.pyTerry Truong
2023-01-16Fix some wikidata processing bugsTerry Truong
Interpret 'estimated age' event data relative to 1 AD. Exclude fictional characters/etc. Use category-specific time-indicative properties.
2023-01-02Adjust wikidata event specifiersTerry Truong
Do minor refactors: - Swap fmt=1 and fmt=2 in 'events' table - Make documentation consistently use BC and AD - import argparse at start of scripts
2022-10-04Add correction for jdcal treating year 0 as 1 BCETerry Truong
2022-10-01Update READMEs and .gitignoreTerry Truong