Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiphase support. #537

Merged
merged 1 commit into from
Jun 21, 2022
Merged

Multiphase support. #537

merged 1 commit into from
Jun 21, 2022

Conversation

ajain-work
Copy link
Contributor

No description provided.

@@ -79,8 +79,8 @@ def get_fields_info(self) -> dict:
request = FieldDataProtoModule.GetFieldsInfoRequest()
response = self._service.get_fields_info(request)
return {
field_info.displayName: {
"solver_name": field_info.solverName,
field_info.solverName: {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solver name is unique for multiphase case.

@ajain-work ajain-work marked this pull request as ready for review June 21, 2022 08:10
@ajain-work ajain-work merged commit 1186d2e into main Jun 21, 2022
@ajain-work ajain-work deleted the feat/multiphase branch June 21, 2022 10:42
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.

3 participants