Silly mistake on the variation attribution
This commit is contained in:
parent
814a5bce28
commit
9827e3231c
1 changed files with 3 additions and 3 deletions
|
|
@ -111,7 +111,7 @@
|
|||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 27,
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
|
|
@ -120,8 +120,8 @@
|
|||
"ab_test_name = \"VerificationProductSelectionButtonPosition\"\n",
|
||||
"\n",
|
||||
"# Define the variations in which we want to run the tests\n",
|
||||
"var_A = 'Fixed' # Ideally, this should be the control group\n",
|
||||
"var_B = 'Relative' # Ideally, this should be the study group\n",
|
||||
"var_A = 'Relative' # Ideally, this should be the control group\n",
|
||||
"var_B = 'Fixed' # Ideally, this should be the study group\n",
|
||||
"\n",
|
||||
"variations = [var_A, var_B]\n"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue