lejon / T-SNE-Java

Pure Java implementation of Van Der Maaten and Hinton's t-sne clustering algorithm
197 stars 60 forks source link

Missing resources for tests #7

Closed brainbytes42 closed 7 years ago

brainbytes42 commented 8 years ago

Hi, I ran into test-failures for t-sne because of missing resources src/main/python/[...].txt that are referenced in /tsne/src/test/java/com/jujutsu/tsne/EJMLVsPython.java and /tsne/src/test/java/com/jujutsu/tsne/MatrixOpVsPython.java, but they are not under version-control. Maybe you could include all needen resources in GitHub? Kind Regards Poseidon

lejon commented 8 years ago

Hmm, that is strange since the Travis build passes, it only uses the GitHub repo... I'll have a look when I get some time over, I'm extremely busy right now unfortunately...

lejon commented 7 years ago

Fixed with commit 029d087. Currently no ide why this wasn't detected by Travis...