Skip to content

Commit 65e9d66

Browse files
tomasfrydamaurever
andauthored
Update h2o-algos/src/test/java/hex/glm/GLMMojoControlVarsOffsetTest.java
Co-authored-by: Veronika Maurerová <maurever@users.noreply.github.com>
1 parent fb89855 commit 65e9d66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

h2o-algos/src/test/java/hex/glm/GLMMojoControlVarsOffsetTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void testMojoBinomialRemoveOffsetOnly() throws Exception {
4343
@Test
4444
public void testMojoBinomialControlVarsOnly() throws Exception {
4545
testCombination(buildBinomialFrame(), GLMModel.GLMParameters.Family.binomial,
46-
false, true, "binomial_cv");
46+
false, true, "binomial_contr_vals");
4747
}
4848

4949
@Test

0 commit comments

Comments
 (0)