Skip to content

Commit

Permalink
remove commented out parts in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
wendycwong committed Oct 29, 2024
1 parent 239f3c7 commit d827efe
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit d827efe

Please sign in to comment.