Skip to content

Commit

Permalink
fix unintended diff
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Dec 21, 2024
1 parent 55ef78b commit 3ae8606
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion waveorder/visuals/jupyter_visuals.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ def image_stack_viewer_fast(
else:
raise ValueError('origin can only be either "upper" or "lower"')

im_wgt = Image( value=im_dict[0],
im_wgt = Image(
value=im_dict[0],
layout=Layout(height=str(size[0]) + "px", width=str(size[1]) + "px"),
)

Expand Down

0 comments on commit 3ae8606

Please sign in to comment.