From 137f474b692989909c337f658711e0b47a398487 Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Thu, 14 Sep 2017 10:02:47 -0700 Subject: [PATCH] fixed A/B test control group selection --- app/experiments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/experiments.js b/app/experiments.js index 247bcb85..57d86ad0 100644 --- a/app/experiments.js +++ b/app/experiments.js @@ -22,7 +22,7 @@ const experiments = { return this.luckyNumber(state) >= 0.5; }, variant: function(state) { - return this.luckyNumber(state) < 0.5 ? 0 : 1; + return this.luckyNumber(state) < 0.75 ? 0 : 1; }, luckyNumber: function(state) { return luckyNumber(