Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinyamauchi committed Mar 13, 2024
1 parent 0f14f1e commit ca06c64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/surforama/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def launch_surforama(
viewer = napari.Viewer(ndisplay=3)

if demo:
# set up the viewer in demo mode
from surforama.data._datasets import thylakoid_membrane

# fetch the data
Expand All @@ -59,7 +60,7 @@ def launch_surforama(
)

else:

# set up the viewer with the user-requested images
if image_path is not None:
# load the image if the path was passed
image = mrcfile.read(image_path)
Expand Down

0 comments on commit ca06c64

Please sign in to comment.