Skip to content

Commit

Permalink
revert tab_recon test, confirm that HEAD fails
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Jan 7, 2025
1 parent e0e2715 commit 9b71e19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions recOrder/plugin/tab_recon.py
Original file line number Diff line number Diff line change
Expand Up @@ -3103,3 +3103,11 @@ def setContentLayout(self, layout):
content_animation.setDuration(500)
content_animation.setStartValue(0)
content_animation.setEndValue(content_height)


# VScode debugging
if __name__ == "__main__":
import napari

napari.Viewer()
napari.run()

0 comments on commit 9b71e19

Please sign in to comment.