Brian Ward
Brian Ward
That does seem great for testing! However, if I find that it does work for me, the next step is doing something in a non interactive CI environment, where a...
If I had to theorize as to why it does not, it seems like check_simplex might not have overloads for non-Eigen containers: https://github.com/stan-dev/math/blob/develop/stan/math/prim/err/check_simplex.hpp So that's a good place to start
We have row and column but not double yet https://mc-stan.org/docs/reference-manual/types.html#stochastic-matrices
I should also say, if someone is willing to give me a few pointers on how to get started and what the scope of this is, I'd be more than...
Huh. I started writing the test and was surprised when the output actually was what I expected. I then tried `M-x merlin-locate` in Emacs and it also worked. Going back...
Thanks @voodoos -- your hints were very helpful (and your hunch about `reconstruct_identifier` right on the money). I've taken a crack at it over in #1917
Fuzzy CI diff looks all intentional to me
@voodoos gentle ping -- is there still interest in this being looked at?
I've been using a binary built from this branch for a year now and it's been a really nice feature. It seems like the project is pretty unactive, though, unfortunately...
I get the same failure as jenkins if I try in the fedora docker. Could be an aarch vs x86 thing? ``` [root@99a10c8be2b6 math]# python runTests.py test/unit/math/mix/fun/multiply_complex_test.cpp -j4 ------------------------------------------------------------ make...