Skip to content

Commit

Permalink
Update tests-RemixAML_1.R
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAntico committed Aug 24, 2019
1 parent 929a01a commit 215b357
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/testthat/tests-RemixAML_1.R
Expand Up @@ -429,7 +429,6 @@ test_that("DT_GDL_Feature_Engineering", {
timeAgg = c("days"),
WindowingLag = 1,
Type = "Lag",
Timer = TRUE,
SimpleImpute = TRUE
)

Expand Down Expand Up @@ -468,7 +467,6 @@ test_that("DT_GDL_Feature_Engineering", {
timeAgg = "days",
WindowingLag = 1,
Type = "Lag",
Timer = TRUE,
SimpleImpute = TRUE,
AscRowByGroup = "temp",
RecordsKeep = 1
Expand Down Expand Up @@ -505,7 +503,6 @@ test_that("DT_GDL_Feature_Engineering", {
timeAgg = c("days"),
WindowingLag = 1,
Type = "Lag",
Timer = TRUE,
SimpleImpute = TRUE
)

Expand Down Expand Up @@ -534,7 +531,6 @@ test_that("DT_GDL_Feature_Engineering", {
timeAgg = "days",
WindowingLag = 1,
Type = "Lag",
Timer = TRUE,
SimpleImpute = TRUE,
AscRowByGroup = "temp",
RecordsKeep = 1
Expand Down Expand Up @@ -570,7 +566,6 @@ test_that("DT_GDL_Feature_Engineering", {
timeAgg = c("days"),
WindowingLag = 1,
Type = "Lag",
Timer = TRUE,
SimpleImpute = TRUE,
AscRowByGroup = "temp",
RecordsKeep = 100
Expand Down Expand Up @@ -601,7 +596,6 @@ test_that("DT_GDL_Feature_Engineering", {
timeAgg = "days",
WindowingLag = 1,
Type = "Lag",
Timer = TRUE,
SimpleImpute = TRUE,
AscRowByGroup = "temp",
RecordsKeep = 1
Expand Down

0 comments on commit 215b357

Please sign in to comment.