From dbe3ed99d4be43eb38964294b401e44390c3bc58 Mon Sep 17 00:00:00 2001 From: Emily Soth Date: Thu, 22 May 2025 10:38:16 -0700 Subject: [PATCH] remove another block of code related to skipping compiled modules --- scripts/invest-autovalidate.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/invest-autovalidate.py b/scripts/invest-autovalidate.py index e2155f9ba..781040682 100644 --- a/scripts/invest-autovalidate.py +++ b/scripts/invest-autovalidate.py @@ -68,10 +68,6 @@ def main(sampledatadir): raise ValueError(f'no json files found in {sampledatadir}') for datastack_path in datastacks: - if datastack_path.split(os.sep)[-2] in {'DelineateIt', 'NDR', 'ScenicQuality', - 'SDR', 'Seasonal_Water_Yield', 'recreation'}: - continue # avoid compiled models for development of the plugin feature branch - paramset = datastack.extract_parameter_set(datastack_path) if 'workspace_dir' in paramset.args and \ paramset.args['workspace_dir'] != '':