Skip to content

Fix result[objective] check and num_workers check in parallel runner - #401

Open
stijnh wants to merge 1 commit into
masterfrom
parallel-fix-objective-check
Open

Fix result[objective] check and num_workers check in parallel runner#401
stijnh wants to merge 1 commit into
masterfrom
parallel-fix-objective-check

Conversation

@stijnh

@stijnh stijnh commented Sep 9, 2026

Copy link
Copy Markdown
Member

This PR fixes two things:

  • due to support for multiple objectives, result.get(objective) no longer worked. This has been replaced by "__error__" not in result.
  • num_workers was always set to 1 since strategy not in _STRATEGY_PARALLEL was always true. This has been replaced by strategy_string not in _STRATEGY_PARALLEL

@sonarqubecloud

sonarqubecloud Bot commented Sep 9, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant