Skip to content

Commit

Permalink
test: update h2o schema integration test to make sure binary model is…
Browse files Browse the repository at this point in the history
… used
  • Loading branch information
thebrianbn committed Sep 26, 2024
1 parent 385696e commit c95139e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ def test_estimator_h2o_schema_train(
model_artifact = experiment.artifact(name=schema_cls.__name__)

assert len(project.schema_["parameters"]) == len(experiment.parameters())
assert model_artifact.get_data(deserialize="h2o").__class__.__name__ == schema_cls.__name__
assert model_artifact.get_data(deserialize="h2o_binary").__class__.__name__ == schema_cls.__name__

0 comments on commit c95139e

Please sign in to comment.