fix 2 tests out of 3; TODO: test forecasters
[talweg.git] / data / scripts / build_testdata.R
index e0bc153..4c5978a 100644 (file)
@@ -3,7 +3,7 @@ dates = seq(as.Date("2007-01-01"),as.Date("2007-07-01"),"days")
 times = strftime( seq(
        from=ISOdatetime(2007,1,1,1,0,0,tz="GMT"),
        to=ISOdatetime(2007,7,2,0,0,0,tz="GMT"),
-       by="hour") )
+       by="hour"), tz="GMT" )
 
 # Only one covariable (so that the "matrix" is always invertible)
 L = length(dates) #182