Skip to content

Commit

Permalink
Update tests/testthat/test-raggeddouble.R
Browse files Browse the repository at this point in the history
Co-authored-by: Giovanni <[email protected]>
  • Loading branch information
plietar and giovannic authored Jan 11, 2024
1 parent 49dd7ea commit 3863015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-raggeddouble.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ test_that("RaggedDouble supports checkpoint and restore", {
size <- 10

old_variable <- RaggedDouble$new(rep(list(0), size))
old_variable$queue_update(values = list(c(1,2)), index = c(3,4))
old_variable$queue_update(values = list(c(7,3)), index = c(6,8))
old_variable$queue_update(values = list(c(1.1,2.2)), index = c(3,4))
old_variable$queue_update(values = list(c(7.1,3.2)), index = c(6,8))
old_variable$.update()

state <- old_variable$.checkpoint()
Expand Down

0 comments on commit 3863015

Please sign in to comment.