Skip to content

Commit

Permalink
Test issue of invalid convertId_ called on solve
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Dec 5, 2023
1 parent 4fdc64a commit 76cd993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-convertId.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ test_that("in certain solves, the convertId_ did not always work, test here", {
WT = c(70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70)
)

expect_error(rxSolve(f, dMod), NA)
f <- rxSolve(f, dMod)
expect_error(print(f), NA)

})

0 comments on commit 76cd993

Please sign in to comment.