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/
< zoq>
marcosirc: hm, it worked for me, can you point me to the commit?
< marcosirc>
zoq: Hi! Sorry, I am not sure I understand.
< marcosirc>
I removed the commit where I was including a lot of extra code to make many default template parameters explicit, because it didn't make a difference for appVeyor.
< marcosirc>
'arma::linspace<vec>(n, m, 0)' should return an empty vector, shouldn't it?
< marcosirc>
it looks like it is returning a vector with one element 'm'.
< rcurtin>
interesting, it sounds like maybe that is an Armadillo bug
< rcurtin>
I looked at the code for Armadillo 6.700.6, it is definitely coded that even if N = 0, it will return a vector of length 1
< rcurtin>
I would suggest sending Conrad Sanderson an email asking if that is intended behavior
< marcosirc>
rcurtin: Ok. Thanks. I found it doing some "extra" testing.
< marcosirc>
I will send him an email.
< marcosirc>
I was wondering why he doesn't provide the source code on github.
< rcurtin>
the question has been asked for many years...
< rcurtin>
I believe that he wants to keep his maintenance load low, so he does not want to put it on Github where people will file PRs and submit issues
< rcurtin>
I disagree with his reasoning but in the end it's his library, so I am not in a position to influence his decision :)
< marcosirc>
I understand... I think most people prefer to create an issue on github rather than writing an email.