diff --git a/chaostest/braid.js b/chaostest/braid.js index 21a3454..36f911f 100644 --- a/chaostest/braid.js +++ b/chaostest/braid.js @@ -3,7 +3,7 @@ function braid_get_rnd_params() { return { num_points: 10, point_noise: 0.6, - num_connections: 8, + num_connections: 12, }; }