Skip to content

Commit

Permalink
init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
lvdmaaten committed Jul 26, 2014
1 parent d243031 commit e523a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion init.lua
Expand Up @@ -108,7 +108,7 @@ return {
random = random,
lle = require 'manifold.lle',
tsne = require 'manifold.tsne',
laplacian_eigenmaps = require 'manifold.laplacian_eigenmaps',
--[[ laplacian_eigenmaps = require 'manifold.laplacian_eigenmaps', ]]--
},
removeDuplicates = removeDuplicates,
neighbors = neighbors,
Expand Down
2 changes: 1 addition & 1 deletion manifold-scm-0.rockspec
Expand Up @@ -26,7 +26,7 @@ build = {
['manifold.init'] = 'init.lua',
['manifold.tsne'] = 'tsne.lua',
['manifold.lle'] = 'lle.lua',
[[ ['manifold.laplacian_eigenmaps'] = 'laplacian_eigenmaps.lua', ]]
['manifold.laplacian_eigenmaps'] = 'laplacian_eigenmaps.lua',
},
install = {
bin = {
Expand Down

0 comments on commit e523a6a

Please sign in to comment.