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

FIX: edge terminal product type #390

Merged
merged 1 commit into from
Apr 17, 2024
Merged

FIX: edge terminal product type #390

merged 1 commit into from
Apr 17, 2024

Conversation

hiro727
Copy link
Contributor

@hiro727 hiro727 commented Apr 17, 2024

Issue:

  • ProductIdType was passed directly as enum to protobuf message and causing errors on EdgeTerminal.get_product_solver_names

Changes:

  • Pass underlying int to protobuf message

fix: #383

Issue:
- ProductIdType was passed directly as enum to protobuf message and causing errors on EdgeTerminal.get_product_solver_names

Changes:
- Pass underlying int to protobuf message
@bwnedrud bwnedrud merged commit 2609df2 into main Apr 17, 2024
25 checks passed
@bwnedrud bwnedrud deleted the D383-edge-product-type branch April 17, 2024 21:29
drewm102 pushed a commit that referenced this pull request Jul 31, 2024
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.

BUG: EdgeTerminal.product_solver_names(database.ProductIdType.HFSS_3D_LAYOUT) failing
3 participants