From 246eaaad7bf0937042db9c6c21898cf195c659e2 Mon Sep 17 00:00:00 2001 From: Lyubov Yamshchikova Date: Fri, 8 Dec 2023 15:17:40 +0300 Subject: [PATCH] Minor --- test/unit/optimizers/test_random_graph_factory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/optimizers/test_random_graph_factory.py b/test/unit/optimizers/test_random_graph_factory.py index 67214144..44669c91 100644 --- a/test/unit/optimizers/test_random_graph_factory.py +++ b/test/unit/optimizers/test_random_graph_factory.py @@ -11,7 +11,7 @@ from golem.core.optimisers.random_graph_factory import RandomGrowthGraphFactory -@pytest.mark.parametrize('max_depth', [1, 5, 10, 30, 50]) +@pytest.mark.parametrize('max_depth', [1, 5, 10, 30]) def test_gp_composer_random_graph_generation_looping(max_depth): """ Test checks DefaultRandomOptGraphFactory valid generation. """ available_node_types = ['a', 'b', 'c', 'd', 'e']