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

Managing error from qhull transferred to geometry::convhulln() in fd_chull() #38

Open
Rekyt opened this issue Jul 2, 2021 · 0 comments · May be fixed by #42
Open

Managing error from qhull transferred to geometry::convhulln() in fd_chull() #38

Rekyt opened this issue Jul 2, 2021 · 0 comments · May be fixed by #42
Labels

Comments

@Rekyt
Copy link
Member

Rekyt commented Jul 2, 2021

Sometimes when doing thousand of computation of FRic with fd_fric() qhull errors because of edge cases. This cancels the computation of all simulation and there is currently no option for the user to proceed anyway or at least to output an NA volume. Some of these errors are real errors while some are warnings from quickhull that are transformed into errors when transferred to R.

The solution would be to see with the geometry maintainers to see how to pass warning and errors to R. But it's probably not as easy.

The error message from qhull indicates that the Pp option can solve some of these issues.

@Rekyt Rekyt changed the title Managing error from qhull in geometry::convhulln() Managing error from qhull transferred to geometry::convhulln() in fd_chull() Jul 2, 2021
@Bisaloo Bisaloo linked a pull request Aug 19, 2021 that will close this issue
2 tasks
@Rekyt Rekyt added the on hold label Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant