From 11527daa7b4845a5803dbeb3d986f939dc8c141a Mon Sep 17 00:00:00 2001 From: Caroline Malin-Mayor Date: Thu, 5 Sep 2024 17:53:30 -0400 Subject: [PATCH 1/2] Collapse gap plot by default --- src/motile_plugin/widgets/run_viewer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/motile_plugin/widgets/run_viewer.py b/src/motile_plugin/widgets/run_viewer.py index 15ea296..aaf3941 100644 --- a/src/motile_plugin/widgets/run_viewer.py +++ b/src/motile_plugin/widgets/run_viewer.py @@ -140,7 +140,7 @@ def _progress_widget(self) -> QWidget: collapsable_plot = QCollapsible("Graph of solver gap") collapsable_plot.layout().setContentsMargins(0, 0, 0, 0) collapsable_plot.addWidget(self.gap_plot) - collapsable_plot.expand(animate=False) + collapsable_plot.collapse(animate=False) layout.addWidget(self.solver_label) layout.addWidget(collapsable_plot) From 13d7169c8143ac8ba6a20d826688e224942778d0 Mon Sep 17 00:00:00 2001 From: Caroline Malin-Mayor Date: Sun, 25 Aug 2024 09:24:45 -0400 Subject: [PATCH 2/2] Pin to motile < 0.3 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8de7c63..229efd3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ install_requires = magicgui qtpy scikit-image - motile >=0.2.1 + motile < 0.3 motile_toolbox >=0.2.5 pydantic tifffile[all]