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: Get primitive from point bug fix with terminal #995

Open
wants to merge 54 commits into
base: main
Choose a base branch
from

Conversation

svandenb-dev
Copy link
Collaborator

@svandenb-dev svandenb-dev commented Jan 24, 2025

Fixing a bug with method get_primitive_by_layer_and_point failing when a Terminal is return as the Class Terminal does not expose the GetPrimitiveType() method.

closing #996

# Conflicts:
#	src/pyedb/dotnet/edb_core/edb_data/hfss_pi_simulation_setup_data.py
#	src/pyedb/dotnet/edb_core/utilities/simulation_setup.py
# Conflicts:
#	src/pyedb/dotnet/edb_core/components.py
@github-actions github-actions bot added the grpc-transition Changes that need to be included in gRPC transition label Jan 24, 2025
@svandenb-dev svandenb-dev linked an issue Jan 24, 2025 that may be closed by this pull request
2 tasks
@codecov-commenter
Copy link

codecov-commenter commented Jan 24, 2025

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 82.68%. Comparing base (aba86f0) to head (7277ec9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #995   +/-   ##
=======================================
  Coverage   82.68%   82.68%           
=======================================
  Files         160      160           
  Lines       21132    21131    -1     
=======================================
  Hits        17473    17473           
+ Misses       3659     3658    -1     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
grpc-transition Changes that need to be included in gRPC transition
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get primitive from point bug fix with terminal
2 participants