fix minor mistake without impact (#36)
fix mistake in the sorting example for 32 elements, which has no impact, since the respective parameter is not used in the implementation of the generation prompt reported in issue #35
This commit is contained in:
parent
a939a4577c
commit
363421c61c
@ -560,7 +560,7 @@ def got() -> operations.GraphOfOperations:
|
||||
"""
|
||||
operations_graph = operations.GraphOfOperations()
|
||||
|
||||
plans = operations.Generate(2, 1)
|
||||
plans = operations.Generate(1, 1)
|
||||
operations_graph.append_operation(plans) # generate the sublists
|
||||
for i in range(1, 3):
|
||||
list_id = f"List {i}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user