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.
2 parents 7b6710c + 2359593 commit e4c260bCopy full SHA for e4c260b
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