Milimetric has submitted this change and it was merged.
Change subject: Add known issues of active editors total to graph description
......................................................................
Add known issues of active editors total to graph description
Change-Id: I220dd8d9619ac00c80cea8525f4d8735fb4032ac
---
M scripts/make_limn_files.py
1 file changed, 11 insertions(+), 1 deletion(-)
Approvals:
Milimetric: Verified; Looks good to me, approved
diff --git a/scripts/make_limn_files.py b/scripts/make_limn_files.py
index 2924b62..9440f5e 100755
--- a/scripts/make_limn_files.py
+++ b/scripts/make_limn_files.py
@@ -385,8 +385,18 @@
data = df_total)
ds_total.write(basedir)
g = ds_total.get_graph(metric_ids=['Active Editors Total'],
- title='Active Editors Total',
+ title='Active Editors Total (Tentative)',
graph_id='active_editors_total')
+ g.graph['desc']="""This graph currently over-reports by counting each
+active editor once for each distinct pair of project and country
+associated to the IP addresses used by the editor.
+
+Also, this graph currently only considers the following projects
+(no wikidata, no wiktionaries, no wikiquotes, no wikibooks):
+
+ """ + ("wiki, ".join(sorted(get_projects()))) + """wiki
+
+"""
g.write(basedir)
if __name__ == '__main__':
--
To view, visit https://gerrit.wikimedia.org/r/86184
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I220dd8d9619ac00c80cea8525f4d8735fb4032ac
Gerrit-PatchSet: 2
Gerrit-Project: analytics/geowiki
Gerrit-Branch: master
Gerrit-Owner: QChris <[email protected]>
Gerrit-Reviewer: Milimetric <[email protected]>
Gerrit-Reviewer: QChris <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits