Skip to content

Commit

Permalink
Merge pull request #117 from mattdowle/master
Browse files Browse the repository at this point in the history
recycle rep to pass data.table 1.12.2
  • Loading branch information
CharlesJB authored Feb 13, 2019
2 parents 1fd3892 + 171f876 commit 39b67c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/unitTests/test_metagene.R
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ test.metagene_get_table_check_copy_of_table <- function() {
mg$produce_table()
tab <- mg$get_table()
#modification of table by reference
tab[,c := 1:5]
tab[,c := rep(1:5, length=.N)]
#Is table copied and unchanged ?
tab2 <- mg$get_table()
checkIdentical(ncol(tab) == ncol(tab2), FALSE)
Expand Down

0 comments on commit 39b67c9

Please sign in to comment.