From 05ca4132f17a581939fd0b206319f215248e5232 Mon Sep 17 00:00:00 2001 From: George Steel Date: Sat, 27 Apr 2024 14:16:18 -0400 Subject: Add option to disable the stitch plan cache (#2655) Setting the cache size to 0 bypasses the cache completely. This is necessary during development to ensure newly-changed code actually gets run. Also fixes the error pane in the params gui. * make params warning pane large enough to see contents * rename sizers in preferences dialog descriptive names * add shapely version bound * add option to disable stitch plan cache * remove out-of-date wxg file * make a cache size of 0 disable the cache --- lib/utils/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/utils/settings.py') diff --git a/lib/utils/settings.py b/lib/utils/settings.py index 51cfcdb8..44310537 100644 --- a/lib/utils/settings.py +++ b/lib/utils/settings.py @@ -13,7 +13,7 @@ DEFAULT_METADATA = { DEFAULT_SETTINGS = { "cache_size": 100, - "pop_out_simulator": False + "pop_out_simulator": False, } -- cgit v1.2.3