Skip to content

Commit

Permalink
Add clip=True to example white_radial
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Mar 24, 2023
1 parent 47b4b50 commit db9c0b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stimupy/stimuli/whites.py
Expand Up @@ -833,7 +833,8 @@ def overview(**kwargs):
"white_radial": radial(
**default_params,
frequency=0.5,
target_indices=(1, 4),),
target_indices=(1, 4),
clip=True),
"white_wedding_cake": wedding_cake(
**default_params,
L_size=(4, 2.5, 0.5),
Expand Down

0 comments on commit db9c0b3

Please sign in to comment.