-
Notifications
You must be signed in to change notification settings - Fork 3
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 qhull_warnings() function #42
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #42 +/- ##
==========================================
- Coverage 97.26% 92.76% -4.50%
==========================================
Files 12 13 +1
Lines 219 235 +16
==========================================
+ Hits 213 218 +5
- Misses 6 17 +11
Continue to review full report at Codecov.
|
Here is a list of conditions where we expect to have a qhull warning:
Within |
We are handling your first point as well in |
What about putting this issue on hold until someone comes to us with a problematic dataset? |
Probably the best to do unless we get a clear example. We can revisit anytime we encounter an issue with a dataset. |
I'm trying to revisit this issue and I'm not convinced this is the right approach since we would have to duplicate code in Ideally, this should be in I need to take more time to investigate how base R manages to deal with this. |
Fix #38.
To do:
qhull_warnings()