Skip to content

Commit

Permalink
Bugfix: gabor example
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Mar 21, 2023
1 parent 30ba15a commit c2d2ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stimupy/gabors.py
Expand Up @@ -110,7 +110,7 @@ def overview(**kwargs):

# fmt: off
stimuli = {
"gabor": gabor(**default_params, frequency=1, sigma=2),
"gabor": gabor(**default_params, frequency=1, sigma=2, phase_shift=0, round_phase_width=False, origin="center"),
}
# fmt: on

Expand Down

0 comments on commit c2d2ef2

Please sign in to comment.