Skip to content

Commit

Permalink
finish TODO note
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed Nov 13, 2024
1 parent 918de5f commit 56f304a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_ode_solve.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ test_that("ode_solve works like deSolve::ode", {
# TODO
# These values start out a little bit different, I'm wondering if
# we should discard the first 10 time stamps or so? Or reduce our
# expectation doen to <
# expectation down to < 1e-2?
expect_true(all(difference_bdf < 1e-4))
expect_true(all(difference_dp < 1e-4))

Expand Down

0 comments on commit 56f304a

Please sign in to comment.