verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
ImQ009 has quit [Quit: Leaving]
pawsed has joined #mlpack
pawsed_ has joined #mlpack
pawsed__ has joined #mlpack
pawsed has quit [Ping timeout: 256 seconds]
pawsed__ is now known as pawsed
pawsed_ has quit [Ping timeout: 240 seconds]
govg has joined #mlpack
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 260 seconds]
pawsed_ is now known as pawsed
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 252 seconds]
pawsed_ is now known as pawsed
vivekp has quit [Ping timeout: 268 seconds]
chinmayasb has joined #mlpack
chinmayasb has left #mlpack []
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 240 seconds]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 260 seconds]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 240 seconds]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 260 seconds]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 276 seconds]
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 256 seconds]
pawsed_ is now known as pawsed
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 240 seconds]
pawsed_ is now known as pawsed
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 248 seconds]
pawsed has joined #mlpack
ImQ009 has joined #mlpack
pawsed_ has quit [Ping timeout: 256 seconds]
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 256 seconds]
pawsed_ is now known as pawsed
Atharva has joined #mlpack
< Atharva>
I wrote a test for the range_search bindings but am having some trouble building it with make mlpack_test.
< Atharva>
I added main_tests/range_search_test.cpp to cmakelists
< Atharva>
In file included from /home/atharva/Documents/mlpack/src/mlpack/tests/main_tests/range_search_test.cpp:20:0: /home/atharva/Documents/mlpack/src/mlpack/methods/range_search/range_search_main.cpp:94:13: warning: ‘void mlpackMain()’ defined but not used [-Wunused-function] static void mlpackMain()
< Atharva>
I also get this warning when building
< Atharva>
CMakeFiles/mlpack_test.dir/range_search_test.cpp.o:/home/atharva/Documents/mlpack/src/mlpack/methods/range_search/rs_model_impl.hpp:410: first defined here collect2: error: ld returned 1 exit status src/mlpack/tests/CMakeFiles/mlpack_test.dir/build.make:3740: recipe for target 'bin/mlpack_test' failed make[3]: *** [bin/mlpack_test] Error 1 CMakeFiles/Makefile2:7341: recipe for target 'src/mlpack/tests/CMakeFiles/mlpack_test.dir/all'
< Atharva>
I get this final error
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 276 seconds]
pawsed_ is now known as pawsed
kaushik_ has joined #mlpack
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 265 seconds]
pawsed_ is now known as pawsed
daivik has joined #mlpack
rehas has quit [Ping timeout: 256 seconds]
< Atharva>
I think this issue is specific to range_search, because I made a sample knn_test for knn_main test with one blank test and it had no problems building
< Atharva>
To specify, to test I removed all the contents of the test in the range_search_test and it didn't build
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 240 seconds]
pawsed_ is now known as pawsed
ajaivgeorge_ has joined #mlpack
ajaivgeorge has quit [Ping timeout: 256 seconds]
ajaivgeorge_ is now known as ajaivgeorge
robertohueso has joined #mlpack
pawsed has quit [Ping timeout: 276 seconds]
Atharva has quit [Ping timeout: 260 seconds]
pawsed has joined #mlpack
vivekp has joined #mlpack
rajeshdm9 has joined #mlpack
rajeshdm9 has quit [Client Quit]
abinthomasonline has joined #mlpack
rajeshdm9 has joined #mlpack
aayu_96 has joined #mlpack
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Read error: Connection reset by peer]
< daivik>
zoq: rcurtin: I was having some issues with mlpack and boost v 1.58 a while ago (ref logs of 7th and 8th Feb). Yesterday, I was talking with desai-aditya on IRC and he was also having the same problems as me. I have opened PR 1257 as a fix for those -- please could you take a look once you get a chance.
< zoq>
daivik: Sure, we will take a look at the PR, also note we get a mail for every new PR.
sanchay has quit [Ping timeout: 260 seconds]
ShikharJ has joined #mlpack
< ShikharJ>
zoq: Is there a way of printing the arma::mat matrices on the terminal while running the tests?