Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
YamLyubov committed Dec 8, 2023
1 parent 7af730e commit 246eaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/optimizers/test_random_graph_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 246eaaa

Please sign in to comment.