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

Add EntityList class #189

Merged
merged 5 commits into from
Sep 26, 2023
Merged

Add EntityList class #189

merged 5 commits into from
Sep 26, 2023

Conversation

jgsdavies
Copy link
Collaborator

No description provided.

# Conflicts:
#	doc/source/methods/geometry_functions.rst
#	src/ansys/motorcad/core/geometry.py
#	tests/test_geometry.py
@jgsdavies jgsdavies added the enhancement New features or code improvements label Sep 19, 2023
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Sep 19, 2023
@jgsdavies
Copy link
Collaborator Author

resolves #188

Use copy() or deepcopy() if needed rather than adding new class methods

@jgsdavies jgsdavies linked an issue Sep 19, 2023 that may be closed by this pull request
@jgsdavies jgsdavies self-assigned this Sep 19, 2023
@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

Merging #189 (dd08819) into main (6368914) will increase coverage by 0.60%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #189      +/-   ##
==========================================
+ Coverage   83.42%   84.02%   +0.60%     
==========================================
  Files          18       18              
  Lines        1243     1246       +3     
==========================================
+ Hits         1037     1047      +10     
+ Misses        206      199       -7     

@jgsdavies jgsdavies merged commit c03c073 into main Sep 26, 2023
17 checks passed
@jgsdavies jgsdavies deleted the feat/add_entity_list branch September 26, 2023 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New features or code improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create object for (list of entitity) and move equiv/reverse functions
2 participants