From 9b71e1958d6f833494a6ea8712e0bb405b06486d Mon Sep 17 00:00:00 2001 From: Talon Chandler Date: Tue, 7 Jan 2025 15:41:32 -0800 Subject: [PATCH] revert tab_recon test, confirm that HEAD fails --- recOrder/plugin/tab_recon.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/recOrder/plugin/tab_recon.py b/recOrder/plugin/tab_recon.py index 3b737575..b254fd3e 100644 --- a/recOrder/plugin/tab_recon.py +++ b/recOrder/plugin/tab_recon.py @@ -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() \ No newline at end of file