Skip to content

Commit

Permalink
Fix leak key error.
Browse files Browse the repository at this point in the history
  • Loading branch information
wendycwong committed Oct 25, 2024
1 parent a77ddc2 commit 6f8246c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions h2o-algos/src/test/java/hex/hglm/HGLMBasicTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ public void testSetInitBetasTvar() {
.withDataForCol(7, new double[]{0.5670, 0.6166, 0.3230, 0.5969, 0.4802, 0.8325, 0.6967, 10.3962})
.build();
Scope.track(tMat);
Scope.track(prostate);
double sigmaEpsilon = 0.09847638;
HGLMModel.HGLMParameters params = new HGLMModel.HGLMParameters();
params._train = prostate._key;
Expand Down

0 comments on commit 6f8246c

Please sign in to comment.