Skip to content

Commit

Permalink
Inject test for test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
RLumSK committed Sep 25, 2023
1 parent b970cfe commit 9e22231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test_plot_GrowthCurve.R
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ test_that("plot_GrowthCurve", {
expect_equal(round(LIN$De$De,0), 165)
expect_equal(round(EXP$De$De,0), 110)
expect_equal(round(LambertW$De$De,0), 114)
print(paste0("CHECK HERE ->", EXP$Formula))

#it fails on some unix platforms for unknown reason.
#expect_equivalent(round(EXPLIN$De$De,0), 110)
Expand Down

0 comments on commit 9e22231

Please sign in to comment.