Skip to content

Commit

Permalink
Minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Feb 20, 2023
1 parent 741b190 commit 176276b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stimuli/components/circulars.py
Expand Up @@ -512,7 +512,7 @@ def bessel(

stim = {
"img": img,
"ring_mask": np.zeros(shape).astype(int),
"ring_mask": np.zeros(base["shape"]).astype(int),
"visual_size": base["visual_size"],
"ppd": base["ppd"],
"shape": base["shape"],
Expand Down

0 comments on commit 176276b

Please sign in to comment.