Simplify plots: version OK with R6 classes
[talweg.git] / pkg / tests / testthat / test.Forecaster.R
index e776109..a02e6e9 100644 (file)
@@ -12,7 +12,6 @@ pred_order = c(7,1:6) #will facilitate tests
 
 test_that("Average method behave as expected",
 {
-       browser()
        pred00_z = computeForecast(data00, indices, "Average", "Zero",        Inf, 24)
        pred00_p = computeForecast(data00, indices, "Average", "Persistence", Inf, 24)
        for (i in 1:7)