Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Dec 14, 2022
1 parent 83d37a3 commit 7f7a188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions stimuli/components/angular.py
Expand Up @@ -40,8 +40,7 @@ def mask_angle(
and additional params
"""

# Create mask
stim = mask_elements(
return mask_elements(
edges=np.deg2rad(angles),
orientation="angular",
rotation=rotation,
Expand All @@ -50,8 +49,6 @@ def mask_angle(
ppd=ppd,
)

return stim


def wedge(
width,
Expand Down
1 change: 1 addition & 0 deletions stimuli/components/frame.py
Expand Up @@ -34,6 +34,7 @@ def mask_frames(
mask with integer index for each frame (key: "mask"),
and additional keys containing stimulus parameters
"""

return mask_elements(
orientation="cityblock",
edges=edges,
Expand Down

0 comments on commit 7f7a188

Please sign in to comment.