diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-03 01:31:19 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-03 01:31:19 +1100 |
| commit | 6f34c4c3aafee39f8c7ec41a7777c194443a27fa (patch) | |
| tree | 41159dd3d0194790280df87c23c9b7c2b59599d6 /backend/hist_data/gen_events_data.py | |
| parent | 9f7c8f8b55887c713bcb6af663a836476df76c7d (diff) | |
Extend gen_pageview_data.py to handle problematic lines
Diffstat (limited to 'backend/hist_data/gen_events_data.py')
| -rwxr-xr-x | backend/hist_data/gen_events_data.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/hist_data/gen_events_data.py b/backend/hist_data/gen_events_data.py index 51d6940..deaf794 100755 --- a/backend/hist_data/gen_events_data.py +++ b/backend/hist_data/gen_events_data.py @@ -59,6 +59,8 @@ Info about objects with type 'quantity' can be found at: https://www.wikidata.or # - Using pool.map() instead of pool.imap_unordered(), which seems to hang in some cases (was using python 3.8). # Possibly related: https://github.com/python/cpython/issues/72882 +# Took about 4.5 hours to run + # Code used in unit testing (for resolving imports of modules within this directory) import os, sys parentDir = os.path.dirname(os.path.realpath(__file__)) |
