Skip to content
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

Match articles to talk pages using the API #126

Merged
merged 4 commits into from May 18, 2020

Conversation

he7d3r
Copy link
Contributor

@he7d3r he7d3r commented May 5, 2020

@codecov-io
Copy link

Codecov Report

Merging #126 into master will decrease coverage by 0.24%.
The diff coverage is 17.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
- Coverage   53.24%   53.00%   -0.25%     
==========================================
  Files          46       46              
  Lines        1339     1347       +8     
==========================================
+ Hits          713      714       +1     
- Misses        626      633       +7     
Impacted Files Coverage Δ
articlequality/utilities/fetch_text.py 15.38% <13.33%> (-1.60%) ⬇️
articlequality/utilities/extract_labelings.py 27.65% <50.00%> (+2.16%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a7b005...8f4cd44. Read the comment docs.

@halfak halfak merged commit 905923c into wikimedia:master May 18, 2020
@he7d3r he7d3r deleted the fetch_text branch May 18, 2020 20:25

if rev_doc is None:
if verbose:
sys.stderr.write("?")
sys.stderr.write(
labeling['page_title'] + " " + labeling['timestamp'])
labeling['talk_page_id'] + " " + labeling['timestamp'])
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This causes errors due to labeling['talk_page_id'] not being a string. See #131 for the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants