Here is an issue that aims to be a list of specific errors due to Qhull to better manage #38 in the future.
I obtained the following error in Qhull:
Error: Received error code 5 from qhull. Qhull error:
QH6271 qhull precision error (qh_check_dupridge): wide merge (1122660224434 times wider) due to duplicate ridge with nearly coincident points (0.027) between f102531 and f102515, merge dist 0.093, while processing p2261
- Ignore error with option 'Q12'
- To be fixed in a later version of Qhull
- Vertex distance 0.027 is greater than 100 times maximum distance 8.3e-14
Please report to bradb@shore.net with steps to reproduce and all output
ERRONEOUS FACET:
- f102531
- flags: top new seen mergehorizon dupridge mergeridge2
- normal: 0.05806 0.1744 -0.5788 0.7752 -0.174
- offset: 0.1009689
- vertices: p2261(v1312) p2266(v1046) p2272(v799) p2262(v289) p2265(v160)
- neighboring facets: f12145 f12159 f102533 f102515 f102532
- ridges:
- r74938 tested
vertices: p2266(v1046) p2272(v799) p2262(v289) p2265(v160)
between f102531 and f12145
- r97773
vertices: p2261(v13
When running the inst/new_benchmark.R script with the following parameter: 50 sites, 5 traits, 200 species, code at c9d85d8 commit.
Here is an issue that aims to be a list of specific errors due to Qhull to better manage #38 in the future.
I obtained the following error in Qhull:
When running the
inst/new_benchmark.Rscript with the following parameter: 50 sites, 5 traits, 200 species, code at c9d85d8 commit.