Skip to content

Commit 362169f

Browse files
Kevin Normoylearnocandel
Kevin Normoyle
authored andcommitted
don't check a col
1 parent aceb243 commit 362169f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/testdir_0xdata_only/test_four_billion_rows.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_four_billion_rows(self):
9494
glm = h2o_cmd.runGLM(parseResult=parseResult, timeoutSecs=timeoutSecs, **kwargs)
9595
elapsed = time.time() - start
9696
print "glm (L2) end on ", csvFilename, 'took', elapsed, 'seconds.', "%d pct. of timeout" % ((elapsed/timeoutSecs) * 100)
97-
h2o_glm.simpleCheckGLM(self, glm, colX, **kwargs)
97+
h2o_glm.simpleCheckGLM(self, glm, None, **kwargs)
9898

9999
if __name__ == '__main__':
100100
h2o.unit_main()

0 commit comments

Comments
 (0)