You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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 anNA
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 thePp
option can solve some of these issues.The text was updated successfully, but these errors were encountered: