8000 use custom file format for polygon tests by pca006132 · Pull Request #913 · elalish/manifold · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

use custom file format for polygon tests #913

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 6 commits into from
Sep 5, 2024

Conversation

pca006132
Copy link
Collaborator
@pca006132 pca006132 commented Sep 4, 2024

Fixes #910

see #911 (comment)

Copy link
codecov bot commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.40%. Comparing base (d437097) to head (7eecef6).
Report is 86 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #913      +/-   ##
==========================================
- Coverage   91.84%   88.40%   -3.44%     
==========================================
  Files          37       62      +25     
  Lines        4976     8660    +3684     
  Branches        0     1059    +1059     
==========================================
+ Hits         4570     7656    +3086     
- Misses        406     1004     +598     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pca006132
Copy link
Collaborator Author

Probably need to use https://emscripten.org/docs/porting/files/packaging_files.html#packaging-files for wasm. Will try it later tonight.

Copy link
Owner
@elalish elalish left a comment

Choose a reason for hiding this comment

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

Thanks, that's a significant improvement! Remember to undo my change to manifold.yml that's skipping the zebra tests on windows.

@pca006132
Copy link
Collaborator Author

I have no idea why the formatting thing is now failing...

8000

Copy link
Owner
@elalish elalish left a comment

Choose a reason for hiding this comment

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

Thanks!

@@ -144,12 +144,12 @@ void PrintFailure(const std::exception &e, const PolygonsIdx &polys,
std::cout << "-----------------------------------" << std::endl;
std::cout << "Triangulation failed! Precision = " << precision << std::endl;
std::cout << e.what() << std::endl;
if (triangles.size() > 1000) {
if (triangles.size() > 1000 && !PolygonParams().verbose) {
Copy link
Owner

Choose a reason for hiding this comment

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

👍

@elalish elalish merged commit 5b2a95e into elalish:master Sep 5, 2024
22 checks passed
@elalish elalish mentioned this pull request Nov 5, 2024
@pca006132 pca006132 deleted the fix-windows branch November 16, 2024 16:32
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.

Fix Windows CI
2 participants
0