Skip to content

Commit

Permalink
docs(periodics): fix Gabor argument intensities
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Feb 8, 2024
1 parent 19f59a9 commit 533e1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topic_guides/waves.md
Expand Up @@ -258,7 +258,7 @@ sinewave = waves.sine_linear(visual_size=(10, 10), ppd=10,
gabor = gabors.gabor(visual_size=(10, 10), ppd=10,
n_bars=5,
intensity_bars=(0.0, 1.0),
intensities=(0.0, 1.0),
origin='center',
sigma=1)
Expand Down

0 comments on commit 533e1e2

Please sign in to comment.