GregDemand

Results 1 comments of GregDemand

I've fixed this issue with pull request #875. Basically the problem was in umap_.py line 919: result[n_samples > 0] = float(n_epochs) / n_samples[n_samples > 0] where the guard part of...