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

Create new function to import GDS file in HFSS #4142

Merged
merged 50 commits into from
Feb 1, 2024

Conversation

amichel0205
Copy link
Collaborator

@amichel0205 amichel0205 commented Jan 26, 2024

Create new function to import GDS file in HFSS.
It seems this function works only in Graphical Mode.

Close #3992

@ansys-reviewer-bot
Copy link
Contributor

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

Copy link

codecov bot commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (81e8810) 79.46% compared to head (718cb02) 81.94%.

❗ Current head 718cb02 differs from pull request most recent head 121cb80. Consider uploading reports for the commit 121cb80 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4142      +/-   ##
==========================================
+ Coverage   79.46%   81.94%   +2.47%     
==========================================
  Files         182      182              
  Lines       63852    63854       +2     
==========================================
+ Hits        50739    52322    +1583     
+ Misses      13113    11532    -1581     

_unittest/test_20_HFSS.py Outdated Show resolved Hide resolved
_unittest/test_20_HFSS.py Outdated Show resolved Hide resolved
@amichel0205 amichel0205 marked this pull request as ready for review January 29, 2024 17:45
pyaedt/application/Analysis3D.py Outdated Show resolved Hide resolved
pyaedt/application/Analysis3D.py Outdated Show resolved Hide resolved
pyaedt/application/Analysis3D.py Outdated Show resolved Hide resolved
pyaedt/application/Analysis3D.py Outdated Show resolved Hide resolved
pyaedt/application/Analysis3D.py Outdated Show resolved Hide resolved
pyaedt/application/Analysis3D.py Outdated Show resolved Hide resolved
pyaedt/application/Analysis3D.py Outdated Show resolved Hide resolved
pyaedt/application/Analysis3D.py Outdated Show resolved Hide resolved
@gmalinve
Copy link
Collaborator

@amichel0205 there are still many lines not covered by test, I'd improve that.

amichel0205 and others added 13 commits January 31, 2024 18:57
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Update test_20_HFSS.py/test_68_import_gds_3d
Add example section in documentation section
Copy link
Member

@Samuelopez-ansys Samuelopez-ansys left a comment

Choose a reason for hiding this comment

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

LGTM

@Samuelopez-ansys Samuelopez-ansys enabled auto-merge (squash) February 1, 2024 13:28
Copy link
Member

@Samuelopez-ansys Samuelopez-ansys left a comment

Choose a reason for hiding this comment

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

LGTM

pyaedt/application/Analysis3D.py Outdated Show resolved Hide resolved
@Samuelopez-ansys Samuelopez-ansys merged commit ac4b244 into main Feb 1, 2024
14 checks passed
@Samuelopez-ansys Samuelopez-ansys deleted the 3774_GDSii_Import_in_HFSS branch February 1, 2024 15:55
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.

Import GDS with PyAEDT
5 participants