Skip to content

Commit

Permalink
Increase strength of gradient in example recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mogres committed Jun 26, 2024
1 parent 9ef00f9 commit fd8e6eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cellpack/tests/recipes/v2/test_combined_gradient.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"pick_mode": "rnd",
"weight_mode": "exponential",
"weight_mode_settings": {
"decay_length": 0.5
"decay_length": 0.1
}
},
"Y_gradient": {
Expand All @@ -30,7 +30,7 @@
"pick_mode": "rnd",
"weight_mode": "exponential",
"weight_mode_settings": {
"decay_length": 0.5
"decay_length": 0.1
}
}
},
Expand Down

0 comments on commit fd8e6eb

Please sign in to comment.