Skip to content

Commit e4c260b

Browse files
authored
Merge pull request #123 from FlorentinD/fix-pipeline-test-mlp
2 parents 7b6710c + 2359593 commit e4c260b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphdatascience/tests/integration/test_training_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def test_add_random_forest_lp_pipeline(lp_pipe: LPTrainingPipeline) -> None:
214214
def test_parameter_space_lp_pipeline(lp_pipe: LPTrainingPipeline) -> None:
215215
lp_pipe.addLogisticRegression()
216216
parameter_space = lp_pipe.parameter_space()
217-
assert len(parameter_space.keys()) == 2
217+
assert len(parameter_space.keys()) >= 2
218218
assert "penalty" in parameter_space["LogisticRegression"][0]
219219

220220

0 commit comments

Comments
 (0)