remove another block of code related to skipping compiled modules

This commit is contained in:
Emily Soth 2025-05-22 10:38:16 -07:00
parent bb3b1c1e07
commit dbe3ed99d4
1 changed files with 0 additions and 4 deletions

View File

@ -68,10 +68,6 @@ def main(sampledatadir):
raise ValueError(f'no json files found in {sampledatadir}') raise ValueError(f'no json files found in {sampledatadir}')
for datastack_path in datastacks: 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) paramset = datastack.extract_parameter_set(datastack_path)
if 'workspace_dir' in paramset.args and \ if 'workspace_dir' in paramset.args and \
paramset.args['workspace_dir'] != '': paramset.args['workspace_dir'] != '':