QChris has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/86184


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/geowiki 
refs/changes/84/86184/1

diff --git a/scripts/make_limn_files.py b/scripts/make_limn_files.py
index ae9cfce..3dc111a 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: newchange
Gerrit-Change-Id: I220dd8d9619ac00c80cea8525f4d8735fb4032ac
Gerrit-PatchSet: 1
Gerrit-Project: analytics/geowiki
Gerrit-Branch: master
Gerrit-Owner: QChris <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to