diff --git a/CER-calculate-AR.do b/CER-calculate-AR.do
index 942c44ac7e093fbe24d849e83a6bd93b08f716d3..8a499818752f8c0f2cd10dfcee117fdd75355252 100644
--- a/CER-calculate-AR.do
+++ b/CER-calculate-AR.do
@@ -94,10 +94,10 @@ gen s_hour = hh(s_halfhour)
 
 * this creates a big list of all IDs so we can loop over it - takes a while
 * could just start from min & loop to max - but would then be testing for non-existent households
-* qui: levelsof ID, local(ids)
+qui: levelsof ID, local(ids)
 
 * for testing
-local ids "1002 1003 1004"
+* local ids "1002 1003 1004"
 
 foreach m of local midweek {
 	di "****************"