rcurtin_irc changed the topic of #mlpack to: mlpack: a scalable machine learning library (https://www.mlpack.org/) -- channel logs: https://libera.irclog.whitequark.org/mlpack -- NOTE: messages sent here might not be seen by bridged users on matrix, gitter, or slack
<PranshuSrivastav> Hey @ryan:ratml.org , I made the changes that you requested. I have just one doubt, which cmake file are you talking about here, I had already added this to the cmake file inside of the random forest model. Do you want me to add it to any other cmake file?
<rcurtin[m]> You need to add the test you want to build to `src/mlpack/tests/CMakeLists.txt` 👍️
<shrit[m]> rcurtin: it seems to me that this file is empty now,
<shrit[m]> I did not follow what happened, but is there any reason to keep the file if it is empty?
<rcurtin[m]> I wonder if I removed all the parts of it in #2995, but never went back and realized that the file was empty 😃 yeah, I think we can totally remove it. do you want me to open a simple PR for that?
<shrit[m]> Yeah, I will clean it.
<rcurtin[m]> awesome, thanks :)
<shrit[m]> I was merging the master with my boost::any pull request, and it told me to delete everything, I thought something was wrong with the merge, so I went to check on it on the mlpack repo
<shrit[m]> I found it empty there,