Open due23 opened 1 year ago
Could you try the fix I mentioned in https://github.com/bellockk/alphashape/issues/36?
Could you try the fix I mentioned in #36?
Hi! yes this did fix the issue, however I was hoping it may be updated in the actual package as I am writing a tutorial for researchers to use this package and many people may not know or understand how to change the package code
Description
From a set of points I am trying to find the best alpha shape so am not providing the alphashape function with an alpha value so that it can find the best one for my points ie.
alphashape.alphashape(points)
. However, this generated an error fromoptimizealpha()
when there should not have been one as this was a working example provided in the docs. I think there may be a bug in the code of the actual package so it needs to be updated given not even the provided example works.What I Did