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 findSolid if multiple solids present on the stack #163

Merged
merged 2 commits into from Jul 12, 2019

Conversation

adam-urbanczyk
Copy link
Member

This PR will resolve #159

@codecov
Copy link

codecov bot commented Jul 10, 2019

Codecov Report

Merging #163 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #163      +/-   ##
=========================================
+ Coverage   94.79%   94.8%   +0.01%     
=========================================
  Files          19      19              
  Lines        4092    4101       +9     
=========================================
+ Hits         3879    3888       +9     
  Misses        213     213
Impacted Files Coverage Δ
cadquery/cq.py 93.06% <100%> (+0.01%) ⬆️
tests/TestCadQuery.py 98.92% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 98db1e7...fe4965a. Read the comment docs.

@adam-urbanczyk
Copy link
Member Author

@jmwright could you take a look? I think it is correct, but did not really do extensive testing.

@jmwright
Copy link
Member

@adam-urbanczyk I think it looks ok. Is there a test(s) that we could add for this?

@adam-urbanczyk
Copy link
Member Author

@jmwright I added one test. Feel free to merge if you agree and CI passes.

@jmwright jmwright merged commit a17c217 into master Jul 12, 2019
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.

Chamfer fails for a model with multiple solids
2 participants