Skip to content

Commit

Permalink
Bugfix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Dec 6, 2022
1 parent ea69405 commit 34e3a1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/illusions/grating.ipynb
Expand Up @@ -66,15 +66,15 @@
" length=None,\n",
" ppd=None,\n",
" frequency=None,\n",
" intensities=None,\n",
" intensity_bars=None,\n",
" period=\"ignore\",\n",
" orientation='horizontal',\n",
"):\n",
" stim = square_wave(\n",
" visual_size=(length, length),\n",
" ppd=ppd,\n",
" frequency=frequency,\n",
" intensities=intensities,\n",
" intensity_bars=intensity_bars,\n",
" period=period,\n",
" orientation=orientation,\n",
" )\n",
Expand All @@ -87,7 +87,7 @@
" \"length\": w_length,\n",
" \"ppd\": w_ppd,\n",
" \"frequency\": w_frequency,\n",
" \"intensities\": w_ibars,\n",
" \"intensity_bars\": w_ibars,\n",
" \"period\": w_period,\n",
" \"orientation\": w_orientation,\n",
" },\n",
Expand Down

0 comments on commit 34e3a1c

Please sign in to comment.