-
Notifications
You must be signed in to change notification settings - Fork 137
Remove triProperties #1232
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
Remove triProperties #1232
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1232 +/- ##
==========================================
- Coverage 92.18% 91.97% -0.22%
==========================================
Files 31 31
Lines 6000 5955 -45
==========================================
- Hits 5531 5477 -54
- Misses 469 478 +9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@pca006132 Okay, I have this working in that it's passing all the tests, which means I can now start removing triProperties. However, both the CI and my local machine fail on the WASM tests with a heap memory corruption. Do you have any idea what might be happening? |
It seems that:
Tolerance sphere is running out of memory, probably the allocator just returns null. Reducing |
Finally finished this refactor - been meaning to deal with this for ages. Also did a bunch of renaming and various other cleanup.