Erik Zachte has submitted this change and it was merged.

Change subject: exclude dates with faulty data
......................................................................


exclude dates with faulty data

Change-Id: I5388ae043373f8a32025a36cd6545a254a3c2c2d
---
M dumps/perl/WikiCountsSummarizeProjectCounts.pl
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Erik Zachte: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/dumps/perl/WikiCountsSummarizeProjectCounts.pl 
b/dumps/perl/WikiCountsSummarizeProjectCounts.pl
index 5ff4ee8..52c623e 100644
--- a/dumps/perl/WikiCountsSummarizeProjectCounts.pl
+++ b/dumps/perl/WikiCountsSummarizeProjectCounts.pl
@@ -474,6 +474,7 @@
       next if $file ge "projectcounts-20111223-010000" and $file lt 
"projectcounts-20111226-160000" ; # bad measurements on these dates
       next if $file ge "projectcounts-20120413-000000" and $file lt 
"projectcounts-20120417-000000" ; # bad measurements on these dates
       next if $file ge "projectcounts-20121214-000000" and $file lt 
"projectcounts-20130108-000000" ; # bad measurements on these dates
+      next if $file ge "projectcounts-20130723-000000" and $file lt 
"projectcounts-20130724-000000" ; # bad measurements on these dates
 
       push @files, $file ;
       $file_in_tar {$file} = $file_in ;

-- 
To view, visit https://gerrit.wikimedia.org/r/78828
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5388ae043373f8a32025a36cd6545a254a3c2c2d
Gerrit-PatchSet: 1
Gerrit-Project: analytics/wikistats
Gerrit-Branch: master
Gerrit-Owner: Erik Zachte <ezac...@wikimedia.org>
Gerrit-Reviewer: Erik Zachte <ezac...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to