Skip to content

Commit

Permalink
Update testPlots.R
Browse files Browse the repository at this point in the history
  • Loading branch information
florianhartig committed Feb 6, 2020
1 parent 541df0a commit ed7c639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DHARMa/tests/testthat/testPlots.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

doClassFunctions <- function(simulationOutput){
print(simulationOutput)
expect_vector(residuals(simulationOutput))
expect_true(class(residuals(simulationOutput)) == "numeric")
}

doPlots <- function(simulationOutput, testData){
Expand Down

0 comments on commit ed7c639

Please sign in to comment.