Skip to content

Commit

Permalink
Another fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Oct 14, 2024
1 parent f808680 commit ab70062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/runUmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export function initializeUmap(x, options = {}) {

raw_coords = utils.createFloat32WasmArray(2 * nnres.numberOfCells());
output = gc.call(
module => module.initialize_umap(nnres.results, neighbors, epochs, minDist, raw_coords.offset, nthreads),
module => module.initialize_umap(nnres.results, epochs, minDist, raw_coords.offset, nthreads),
UmapStatus,
raw_coords
);
Expand Down

0 comments on commit ab70062

Please sign in to comment.