Skip to content

Commit

Permalink
fix: aligned functions args and keys in outputs dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnSchmittwilken committed May 15, 2023
1 parent a3941e7 commit 107edb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stimupy/stimuli/delboeufs.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ def delboeuf(
inner["outer_radius"] = outer_radius
inner["target_radius"] = target_radius
inner["target_mask"] = inner["ring_mask"]
inner["outer_line_width"] = outer["line_width"]
inner["intensity_outer_line"] = intensity_outer_line
inner["intensity_target"] = intensity_target
del inner["ring_mask"]
return inner

Expand Down

0 comments on commit 107edb4

Please sign in to comment.