Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit d81a102

Browse files
committed
Forward mask errors to mdl and prj
1 parent 4c30c7d commit d81a102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LmCompute/plugins/single/controller/parameter_sweep.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def _create_models(self):
332332
'Unknown process type: {} for model {}'.format(
333333
process_type, model_id))
334334
else:
335-
status = occ_status
335+
status = max([occ_status, mask_status])
336336

337337
# Register model output
338338
self._register_output_object(

0 commit comments

Comments
 (0)