Closed exalate-issue-sync[bot] closed 1 year ago
Zuzana Olajcová commented: fixed in [#4894|https://github.com/h2oai/h2o-3/pull/4894]
JIRA Issue Migration Info
Jira Issue: PUBDEV-7747 Assignee: Zuzana Olajcová Reporter: Zuzana Olajcová State: Resolved Fix Version: N/A Attachments: N/A Development PRs: Available
Linked PRs from JIRA
testDiabetesWithWeights, testBestPracticeExampleWithLinearVariables are failing on master miultinode with this exception:
{code:java} 09-03 17:52:47.828 192.168.0.129:54329 20448 FJ-1-27 INFO water.default: Completing model RuleFit_model_1599148293256_12 09-03 17:52:47.829 192.168.0.129:54329 20448 FJ-1-27 ERROR water.default: java.lang.NullPointerException at water.fvec.Frame.(Frame.java:170)
at hex.ModelBuilder.init(ModelBuilder.java:1196)
at hex.tree.SharedTree.init(SharedTree.java:117)
at hex.tree.drf.DRF.init(DRF.java:53)
at hex.tree.drf.DRF.(DRF.java:36)
at hex.rulefit.RuleFit$RuleFitDriver.trainTreeModel(RuleFit.java:272)
at hex.rulefit.RuleFit$RuleFitDriver.computeImpl(RuleFit.java:188)
at hex.ModelBuilder$Driver.compute2(ModelBuilder.java:238)
at water.H2O$H2OCountedCompleter.compute(H2O.java:1563)
at jsr166y.CountedCompleter.exec(CountedCompleter.java:468)
at jsr166y.ForkJoinTask.doExec(ForkJoinTask.java:263)
at jsr166y.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:974)
at jsr166y.ForkJoinPool.runWorker(ForkJoinPool.java:1477)
at jsr166y.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:104)
{code}