Skip to content
Snippets Groups Projects
Commit 8516312e authored by Sebastian Henz's avatar Sebastian Henz
Browse files

remove outdated comment

parent dceac518
No related branches found
No related tags found
1 merge request!28Improve ec() and axis concentration handling
Pipeline #3308 passed with stage
in 9 minutes and 7 seconds
......@@ -171,7 +171,7 @@ test_that("the curves have not changed", {
test_that("the returned fn works the same way as internally", {
# I don't know why it would fail but it doesn't hurt to test it.
curves <- mod$curves
curves$concentration_for_plots <- NULL # remove column "use_for_plotting"
curves$concentration_for_plots <- NULL
expect_identical(curves, predict_ecxsys(mod, curves$concentration))
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment