We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6710c commit 2359593Copy full SHA for 2359593
graphdatascience/tests/integration/test_training_pipeline.py
@@ -214,7 +214,7 @@ def test_add_random_forest_lp_pipeline(lp_pipe: LPTrainingPipeline) -> None:
214
def test_parameter_space_lp_pipeline(lp_pipe: LPTrainingPipeline) -> None:
215
lp_pipe.addLogisticRegression()
216
parameter_space = lp_pipe.parameter_space()
217
- assert len(parameter_space.keys()) == 2
+ assert len(parameter_space.keys()) >= 2
218
assert "penalty" in parameter_space["LogisticRegression"][0]
219
220
0 commit comments