Skip to content

Commit

Permalink
print family test pass/fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Wang committed Feb 25, 2015
1 parent 2256e05 commit 315746f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/tests/testdir_jira/runit_hex_2022_GLM_beta_constraints.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ test.LR.betaConstraints <- function(conn) {
}

families = c("gaussian", "binomial", "poisson")
sapply(families, function(family) run_glm(family_type = family))

familyTest <- sapply(families, function(family) run_glm(family_type = family))
print(familyTest)

testEnd()
}
Expand Down

0 comments on commit 315746f

Please sign in to comment.