Skip to content

Commit

Permalink
update unit test following previous commit early today #967
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanhees committed Jul 11, 2024
1 parent 77b797d commit 101e905
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/testthat/test_part5_analyseRest.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ test_that("Overlap 1 nap and 1 sib", {
restAnalyses = g.part5.analyseRest(sibreport = sibreport, dsummary = dsummary,
ds_names = ds_names, fi = fi, di = di,
ts = ts,
possible_nap_dur = c(0, 240),
possible_nap_edge_acc = Inf,
tz = tz)
fi = restAnalyses$fi
di = restAnalyses$di
Expand Down Expand Up @@ -47,6 +49,8 @@ test_that("Overlap 1 nonwear and 1 sib", {
restAnalyses = g.part5.analyseRest(sibreport = sibreport, dsummary = dsummary,
ds_names = ds_names, fi = fi, di = di,
ts = ts,
possible_nap_dur = c(0, 240),
possible_nap_edge_acc = Inf,
tz = tz)
fi = restAnalyses$fi
di = restAnalyses$di
Expand Down Expand Up @@ -77,6 +81,8 @@ test_that("No overlap 1 nonwear, 1 nap, and 1 sib", {
restAnalyses = g.part5.analyseRest(sibreport = sibreport, dsummary = dsummary,
ds_names = ds_names, fi = fi, di = di,
ts = ts,
possible_nap_dur = c(0, 240),
possible_nap_edge_acc = Inf,
tz = tz)
fi = restAnalyses$fi
di = restAnalyses$di
Expand Down

0 comments on commit 101e905

Please sign in to comment.