Skip to content

Commit

Permalink
bugfix in pca_order
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlenail authored Jul 22, 2018
1 parent b700fb7 commit 5db1544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pca_order.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ reorder.pca1d = function(v, eps) {
};

reorder.pca_order = function(v, eps) {
return reorder.sort_order(pca1d(v, eps));
return reorder.sort_order(reorder.pca1d(v, eps));
};

0 comments on commit 5db1544

Please sign in to comment.