Closed
Description
I remember this being an issue a while back but it being fixed (hence the fluid.umap~: Number of Neighbours is larger than dataset
error message now when trying to fittransform
something that has fewer dimensions than @numneighbours
) but there appears to have been an oversight when coding it as it gives a nice instacrash when fittransform
-ing a dataset with the same amount of dimensions as @numneighbours
.
I imagine this means that a >
needs to get changed to a >=
when running the size check.
Also including three crash reports, two of which point to a gnarly UMAP error but the third one is different (no flucoma mention at all), so including it in case it's indicative of something else happening at the same time.
Metadata
Metadata
Assignees
Labels
No labels