-
Notifications
You must be signed in to change notification settings - Fork 291
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
OCP 7.7.0 #1215
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1215 +/- ##
=======================================
Coverage 94.07% 94.07%
=======================================
Files 26 26
Lines 5421 5421
Branches 919 919
=======================================
Hits 5100 5100
Misses 190 190
Partials 131 131 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
(2, {"ASCII": False}, b"STL Exported by OpenCASCADE"), | ||
(3, {"unknown_opt": 1}, b"STL Exported by OpenCASCADE"), | ||
(4, {"unknown_opt": 1, "ascii": False}, b"STL Exported by OpenCASCADE"), | ||
(0, None, b"STL Exported by Open CASCADE"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would have thought it was correct without the space. It's a minor difference though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like something changed on the OCCT side.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks @adam-urbanczyk !
@adam-urbanczyk Is this ready to be taken out of draft? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @adam-urbanczyk! Based on testing with the OCP update, I'd suggest to link the following issues with this PR:
458
519
969
@jmwright I think it can be merged now. |
Update to OCCT/OCP 7.7.0
I'm not sure if the changes in the project test are some kind of regression or are due to wrong usage of the
BRepProj_Projection
.Fixes #458, #519, #969.