From d827efeaf42b38e88f7d8db5965151595803a2f6 Mon Sep 17 00:00:00 2001 From: wendycwong Date: Tue, 29 Oct 2024 08:05:32 -0700 Subject: [PATCH] remove commented out parts in test. --- .../hglm/pyunit_GH_8487_2_noise_var_init_beta_ubeta_tmat.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/h2o-py/tests/testdir_algos/hglm/pyunit_GH_8487_2_noise_var_init_beta_ubeta_tmat.py b/h2o-py/tests/testdir_algos/hglm/pyunit_GH_8487_2_noise_var_init_beta_ubeta_tmat.py index c1d885e05b46..06d973540281 100644 --- a/h2o-py/tests/testdir_algos/hglm/pyunit_GH_8487_2_noise_var_init_beta_ubeta_tmat.py +++ b/h2o-py/tests/testdir_algos/hglm/pyunit_GH_8487_2_noise_var_init_beta_ubeta_tmat.py @@ -15,12 +15,6 @@ def test_scoring_history_model_summary(): h2o_data = h2o.import_file(path=pyunit_utils.locate("smalldata/hglm_test/gaussian_0GC_123R_all5Numeric_p2noise_p08T_woIntercept_standardize.gz")) beta = [1.5606284972932365, -0.0002347762275008978, -0.007899880335654788, 0.0018421903682971376, 0.6654323495890934, -0.6544609203736372] - # ubeta = [[-0.939297854112798, -1.3831760587493842, -0.550911700979278, -0.7520414750585163, -0.7695703224787936, - # -1.285064572001838, -1.2685471084776616, -1.1851850464065945], - # [0.6201893456700508, 0.23799145042381686, 0.249791875918212, 0.37804734995822303, 0.5427148638497548, - # 0.3811004571313795, 0.40211187674359433, 0.48968036339542964], - # [0.8393873836611673, 0.8284318083138673, 0.8027667198768048, 0.8479753981593126, 0.8338039588079964, - # 0.8536416345174341, 0.8304699206057965, 0.8415980227739538]] ubeta = [[-0.9319187693195115, 0.6070501821727673, 0.8394540491750797], [-1.3823145230494698, 0.21486874352840676, 0.8366860141888742], [-0.552534049777237, 0.24577758770128783, 0.8172622402154629],