Skip to content

Commit e89f19a

Browse files
committed
Increase max depth
1 parent 2de604d commit e89f19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/Synth/scripts/synth_biodivine.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ end
6868

6969
synth_params = Dict(
7070
"seed" => 42,
71-
"max_depth" => 6,
71+
"max_depth" => 7,
7272
"unique" => collect(eachrow(per_vertex_df[!, [:ID, :vertex, :vertices]])),
7373
"id" => Derived("unique", x -> x.ID),
7474
"vertex_names" => Derived("unique", x -> getfield.(x.vertices, :value)),

0 commit comments

Comments
 (0)