Skip to content

Improved rotation vector computation #903

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

Merged
merged 8 commits into from
Mar 1, 2022
Merged

Improved rotation vector computation #903

merged 8 commits into from
Mar 1, 2022

Conversation

maxcapodi78
Copy link
Collaborator

Improved method get_component_placement_vector that is useful in case of automatic placement of aedb layout.
Minor fixes to be compatible with AEDT 2022R1

@maxcapodi78 maxcapodi78 requested a review from svandenb-dev March 1, 2022 12:46
@maxcapodi78 maxcapodi78 requested a review from a user March 1, 2022 15:23
@codecov
Copy link

codecov bot commented Mar 1, 2022

Codecov Report

Merging #903 (24e7dd2) into main (15f928c) will increase coverage by 0.14%.
The diff coverage is 96.99%.

@@            Coverage Diff             @@
##             main     #903      +/-   ##
==========================================
+ Coverage   79.66%   79.81%   +0.14%     
==========================================
  Files         128      128              
  Lines       36462    36524      +62     
==========================================
+ Hits        29049    29152     +103     
+ Misses       7413     7372      -41     

if hosting_component_pin2:
h_pin2 = self._get_edb_pin_from_pin_name(hosting_component, hosting_component_pin2)
h_pin2_pos = self.get_pin_position(h_pin2)
h_pin2_pos_3d = [h_pin2_pos[0], h_pin2_pos[1], 0]
#
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
#

@maxcapodi78 maxcapodi78 merged commit 741046c into main Mar 1, 2022
@maxcapodi78 maxcapodi78 deleted the fix/2022r1 branch March 1, 2022 18:22
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