Skip to content

Commit ae39232

Browse files
committed
minor glm runit fix
1 parent a6592de commit ae39232

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/tests/testdir_jira/runit_hex_2022_prior_constraints.R

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ test.Priors.BetaConstraints <- function(conn) {
1515
modelStack = h2o.importFile(conn, pathToFile)
1616
betaConstraints.hex = h2o.importFile(conn, pathToConstraints)
1717
beta_nointercept.hex <- betaConstraints.hex[1:nrow(betaConstraints.hex)-1,]
18+
beta_nointercept
1819

1920
## Set Parameters (default standardization = T)
2021
betaConstraints = as.data.frame(betaConstraints.hex)

0 commit comments

Comments
 (0)